.gitignore 400 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # Local env files
  7. .env
  8. .env.*
  9. !.env.sample
  10. # Testing
  11. coverage
  12. # Turbo
  13. .turbo
  14. # Vercel
  15. .vercel
  16. # Next.js
  17. next-env.d.ts
  18. # Build Outputs
  19. .next/
  20. out/
  21. build
  22. dist
  23. *.tsbuildinfo
  24. # Debug
  25. npm-debug.log*
  26. yarn-debug.log*
  27. yarn-error.log*
  28. # Misc
  29. .DS_Store
  30. *.pem
  31. # Evals
  32. evals