| 1234567891011121314151617181920212223242526272829303132333435 |
- # Database
- data.sqlite3
- # Environment files
- environment/env.*
- # Assets
- assets/images/projects/
- # Node.js
- node_modules/
- # Logs
- logs
- *.log
- npm-debug.log*
- # Dependency directories
- pids
- logs
- *.pid
- *.seed
- *.pid.lock
- # Optional npm cache directory
- .npm
- # Optional eslint cache
- .eslintcache
- # Optional REPL history
- .node_repl_history
- # Editors
- .project
|