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