Files
marka/playground/.gitignore
Max Richter b13d5015f4 wip
2025-09-25 16:41:26 +02:00

24 lines
210 B
Plaintext

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*