.gitignore 388 B

123456789101112131415161718192021222324252627282930
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. notes/
  3. upload_site.sh
  4. # dependencies
  5. /node_modules
  6. /.pnp
  7. .pnp.js
  8. .eslintcache
  9. # testing
  10. /coverage
  11. .idea/
  12. # production
  13. /build
  14. # misc
  15. .DS_Store
  16. .env.local
  17. .env.development.local
  18. .env.test.local
  19. .env.production.local
  20. npm-debug.log*
  21. yarn-debug.log*
  22. yarn-error.log*
  23. git