55 lines
696 B
Plaintext
55 lines
696 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Docker files (keep in git but ignore in docker)
|
|
# Dockerfile*
|
|
# docker-compose*
|
|
# .dockerignore
|
|
|
|
# Documentation (optional - remove if you want to track them)
|
|
docs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
# User data (will be mounted as volume in Docker)
|
|
scripts/ |