ava/.gitignore

23 lines
200 B
Plaintext
Raw Normal View History

2024-06-23 14:07:56 -07:00
node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
2024-07-09 21:54:17 -07:00
data.db*