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.

33 lines
360 B

  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /.pnp
  5. .pnp.js
  6. .yarn/install-state.gz
  7. # testing
  8. /coverage
  9. # next.js
  10. /.next/
  11. /out/
  12. # production
  13. /build
  14. # misc
  15. .DS_Store
  16. *.pem
  17. # debug
  18. npm-debug.log*
  19. yarn-debug.log*
  20. yarn-error.log*
  21. # vercel
  22. .vercel
  23. # typescript
  24. *.tsbuildinfo
  25. next-env.d.ts