.gitignore 208 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.example
  12. !.env.test
  13. # Vite
  14. vite.config.js.timestamp-*
  15. vite.config.ts.timestamp-*
  16. .idea
  17. package-lock.json
  18. *.iml