recipe_planning/.gitignore
2025-03-20 23:35:05 -07:00

30 lines
257 B
Plaintext

# Sqlite
*.db
backend/backend
backend/*.json
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-*