.gitignore 254 B

1234567891011121314151617181920
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # production
  5. /build
  6. # misc
  7. .DS_Store
  8. npm-debug.log*
  9. yarn-debug.log*
  10. yarn-error.log*
  11. yarn.lock
  12. package-lock.json
  13. # config
  14. js/config.js