.gitignore 191 B

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