Files
Clickploy/.gitignore
2026-02-04 17:10:09 +00:00

34 lines
272 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-*
*.db
*.log
bun.lock
.vscode
.svelte-kit
target/
dist/
data/