.gitignore 307 B

1234567891011121314151617181920212223242526
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # testing
  5. /coverage
  6. # production
  7. /build
  8. /build-zip
  9. # misc
  10. .DS_Store
  11. .eslintcache
  12. .env.local
  13. .env.development.local
  14. .env.test.local
  15. .env.production.local
  16. .history
  17. *.log
  18. # secrets
  19. secrets.*.js
  20. .idea