.gitignore 463 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. # parcel
  12. /.parcel-cache/
  13. /dist/
  14. # production
  15. /build
  16. # misc
  17. .DS_Store
  18. *.pem
  19. # debug
  20. npm-debug.log*
  21. yarn-debug.log*
  22. yarn-error.log*
  23. .pnpm-debug.log*
  24. # vercel
  25. .vercel
  26. # typescript
  27. *.tsbuildinfo
  28. next-env.d.ts
  29. working/*
  30. !working/.gitkeep
  31. # Sentry Config File
  32. .env.sentry-build-plugin