Files
2026-04-04 23:22:30 -04:00

39 lines
291 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-*
# Bun
.bun
bun.lock
# Rust
target/
Cargo.lock
# Data
*.db
# Editor
.vscode