.gitignore 602 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. # Debug
  26. npm-debug.log*
  27. yarn-debug.log*
  28. yarn-error.log*
  29. # Misc
  30. .DS_Store
  31. *.pem
  32. # opensrc - source code for packages
  33. opensrc/
  34. # Stripe apps (generated from template + build artifacts)
  35. examples/stripe-app/*/stripe-app.json
  36. examples/stripe-app/*/.build
  37. examples/stripe-app/*/yarn.lock