.gitignore 642 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. .pnpm-store/
  7. # Local env files
  8. .env*
  9. !.env.example
  10. # Testing
  11. coverage
  12. # Turbo
  13. .turbo
  14. # Vercel
  15. .vercel
  16. # Expo
  17. .expo/
  18. # Build Outputs
  19. .next/
  20. out/
  21. build
  22. dist
  23. *.tsbuildinfo
  24. .svelte-kit/
  25. tsup.config.bundled_*.mjs
  26. next-env.d.ts
  27. # Debug
  28. npm-debug.log*
  29. yarn-debug.log*
  30. yarn-error.log*
  31. # Misc
  32. .DS_Store
  33. *.pem
  34. # opensrc - source code for packages
  35. opensrc/
  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