47 lines
435 B
Plaintext
47 lines
435 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
*/node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Build outputs
|
|
frontend/dist/
|
|
frontend/build/
|
|
|
|
# Generated files
|
|
frontend/public/manifest.json
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Local development
|
|
.local/
|
|
.old-chrome-extension/
|
|
|
|
# Cursor
|
|
.cursor/
|
|
chat-summaries/
|
|
plan.md
|
|
|