| 1234567891011121314151617181920 |
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
- # dependencies
- /node_modules
- # production
- /build
- # misc
- .DS_Store
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- yarn.lock
- package-lock.json
- # config
- js/config.js
|