/ .gitignore
.gitignore
1 node_modules 2 sveltekit.log 3 4 # Output 5 .output 6 .vercel 7 .netlify 8 .wrangler 9 /.svelte-kit 10 /build 11 12 # OS 13 .DS_Store 14 Thumbs.db 15 16 # Env 17 .env 18 .env.* 19 !.env.example 20 !.env.test 21 22 # Vite 23 vite.config.js.timestamp-* 24 vite.config.ts.timestamp-* 25 26 # Playwright 27 /test-results 28 /playwright-report 29 30 # IDE 31 .vscode 32 33 .vagrant 34 35 infra/ansible/.vault-password