Recipie/.gitignore
june 5c099f5b49 [PIE-5] Switch to AstroJS (!4)
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
2025-08-12 16:22:40 +12:00

27 lines
226 B
Plaintext

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.astro
/dist
/build
/data
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
Makefile
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*