.gitignore 227 B

1234567891011121314151617181920212223242526
  1. node_modules
  2. # Output
  3. .output
  4. .vercel
  5. .netlify
  6. .wrangler
  7. /.svelte-kit
  8. /build
  9. # OS
  10. .DS_Store
  11. Thumbs.db
  12. # Env
  13. .env
  14. .env.*
  15. !.env.example
  16. !.env.test
  17. # Vite
  18. vite.config.js.timestamp-*
  19. vite.config.ts.timestamp-*
  20. # Bun
  21. bun.lockb