.gitignore 275 B

12345678910111213141516171819202122232425262728
  1. config.json
  2. node_modules
  3. # Output
  4. .output
  5. .vercel
  6. .netlify
  7. .wrangler
  8. /.svelte-kit
  9. /build
  10. # OS
  11. .DS_Store
  12. Thumbs.db
  13. # Env
  14. .env
  15. .env.*
  16. !.env.example
  17. !.env.test
  18. # Vite
  19. vite.config.js.timestamp-*
  20. vite.config.ts.timestamp-*
  21. # Paraglide
  22. src/lib/paraglide
  23. project.inlang/cache/