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