.gitignore 552 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. .pnpm-store/*
  8. /.idea/*
  9. !/.idea/runConfigurations
  10. # testing
  11. /coverage
  12. # next.js
  13. /.next/
  14. /out/
  15. # production
  16. /build
  17. # misc
  18. .DS_Store
  19. *.pem
  20. # debug
  21. npm-debug.log*
  22. yarn-debug.log*
  23. yarn-error.log*
  24. # local env files
  25. .env*.local
  26. # vercel
  27. .vercel
  28. # typescript
  29. *.tsbuildinfo
  30. next-env.d.ts
  31. .env
  32. /media
  33. # Playwright
  34. node_modules/
  35. /test-results/
  36. /playwright-report/
  37. /blob-report/
  38. /playwright/.cache/