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