Initial import of HarborSmith website
Some checks failed
build-website / build (push) Failing after 1m2s
Some checks failed
build-website / build (push) Failing after 1m2s
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Build artifacts
|
||||
**/.nuxt/
|
||||
**/.output/
|
||||
**/dist/
|
||||
|
||||
# Logs & temp
|
||||
**/npm-debug.log*
|
||||
**/yarn-error.log*
|
||||
**/.DS_Store
|
||||
**/Thumbs.db
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
|
||||
# AI helper artifacts
|
||||
.claude/
|
||||
.playwright-mcp/
|
||||
.serena/
|
||||
Website-PDF-Mockups/
|
||||
|
||||
apps/website/nul
|
||||
|
||||
Reference in New Issue
Block a user