Files
arkvault/.gitignore

31 lines
264 B
Plaintext

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