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.

37 lines
406 B

10 months ago
  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. # local env files
  22. .env*.local
  23. # vercel
  24. .vercel
  25. # typescript
  26. *.tsbuildinfo
  27. next-env.d.ts
  28. *storybook.log