4234269ba0
Remove node_modules/, .DS_Store, .vscode/ and build output from git tracking. Adds .gitignore to prevent future accidental commits of dependencies and generated files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
155 B
Plaintext
21 lines
155 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
backend/public/
|
|
|
|
# Vite
|
|
.vite/
|
|
*.timestamp-*
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|