123456789101112131415161718192021222324252627 |
- # See http://help.github.com/ignore-files/ for more about ignoring files.
- # dependencies
- node_modules
- # testing
- coverage
- # production
- build
- certs
- radata
- radata-*.*
- # misc
- .DS_Store
- .env
- .vscode
- config.json
- npm-debug.log
- error.log
- combined.log
- public/defaults/assets/test
- public/defaults/assets/concert
|