1234567891011121314151617181920212223242526272829303132 |
- # See https://help.github.com/ignore-files/ for more about ignoring files.
- # dependencies
- /node_modules
- # testing
- /coverage
- # production
- /build
- /build-zip
- # misc
- .DS_Store
- .eslintcache
- .env.local
- .env.development.local
- .env.test.local
- .env.production.local
- .history
- *.log
- # secrets
- secrets.production.js
- secrets.development.js
- get-pass-key.js
- getPassKey.js
- /business/prod
- /business/test
- .idea
|