You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
325 B

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