.gitignore 399 B

1234567891011121314151617181920212223242526272829303132
  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.production.js
  20. secrets.development.js
  21. get-pass-key.js
  22. getPassKey.js
  23. /business/prod
  24. /business/test
  25. .idea