Files
arkvault/.gitignore
2024-12-26 16:01:14 +09:00

31 lines
253 B
Plaintext

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