123456789101112131415161718192021222324 |
- # gitignore
- lib-cov
- *.seed
- *.log
- *.csv
- *.dat
- *.out
- *.pid
- *.gz
- *.sublime-project
- *.sublime-workspace
- pids
- logs
- reports
- build
- node_modules
- npm-debug.log
- sftp-config.json
- # Only apps should have lockfiles
- yarn.lock
- package-lock.json
|