.gitignore 645 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. # Local env files
  7. .env
  8. .env.local
  9. .env.development.local
  10. .env.test.local
  11. .env.production.local
  12. # Testing
  13. coverage
  14. # Turbo
  15. .turbo
  16. # Vercel
  17. .vercel
  18. # Expo
  19. .expo/
  20. # Build Outputs
  21. .next/
  22. out/
  23. build
  24. dist
  25. *.tsbuildinfo
  26. # Debug
  27. npm-debug.log*
  28. yarn-debug.log*
  29. yarn-error.log*
  30. # Misc
  31. .DS_Store
  32. *.pem
  33. # opensrc - source code for packages
  34. opensrc/
  35. .env*.local
  36. # Stripe apps (generated from template + build artifacts)
  37. examples/stripe-app/*/stripe-app.json
  38. examples/stripe-app/*/.build
  39. examples/stripe-app/*/yarn.lock