.gitignore 272 B

12345678910111213141516171819202122232425262728
  1. test-results
  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. *storybook.log
  22. storybook-static
  23. *.code-workspace