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.
 
 

30 lines
338 B

  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. /out
  9. # misc
  10. .env
  11. .DS_Store
  12. .env.local
  13. .env.development.local
  14. .env.test.local
  15. .env.production.local
  16. package-lock.json
  17. npm-debug.log*
  18. yarn-debug.log*
  19. yarn-error.log*
  20. # package
  21. /dist
  22. /.next