.gitignore 589 B

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