.gitignore 537 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. # testing
  7. /coverage
  8. # next.js
  9. /.next/
  10. /out/
  11. # production
  12. /build
  13. # misc
  14. .DS_Store
  15. *.pem
  16. # debug
  17. npm-debug.log*
  18. yarn-debug.log*
  19. yarn-error.log*
  20. .pnpm-debug.log*
  21. # local env files
  22. .env*.local
  23. # vercel
  24. .vercel
  25. # jetbrains stuff
  26. .idea
  27. # From https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
  28. .pnp.*
  29. .yarn/*
  30. !.yarn/patches
  31. !.yarn/plugins
  32. !.yarn/releases
  33. !.yarn/sdks
  34. !.yarn/versions