.gitignore 321 B

123456789101112131415161718192021222324
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # testing
  5. /coverage
  6. # production
  7. /build
  8. # misc
  9. .DS_Store
  10. .env.local
  11. .env.development.local
  12. .env.test.local
  13. .env.production.local
  14. npm-debug.log*
  15. yarn-debug.log*
  16. yarn-error.log*
  17. *.orig
  18. package-lock.json