Files
arkvault/.gitignore
2025-07-05 16:55:09 +09:00

30 lines
256 B
Plaintext

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