| 123456789101112131415161718192021222324252627282930313233343536373839 |
- # Dependencies
- node_modules/
- # Logs
- logs/
- # Sensitive config (contains passwords and keys)
- config.json
- # OS files
- .DS_Store
- Thumbs.db
- ehthumbs.db
- Desktop.ini
- # IDE
- .vscode/
- .idea/
- *.swp
- *.swo
- *~
- # Environment
- .env
- .env.local
- .env.*.local
- # Runtime
- *.pid
- *.seed
- *.pid.lock
- # Coverage
- coverage/
- .nyc_output/
- # Build
- dist/
- build/
|