Recipie/.gitignore
june c1910a71c6 [PIE-6] Add first (non-final) (temporary-ish) stylings (#5)
this was a doozy.
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
2025-08-12 23:39:33 +12:00

27 lines
238 B
Plaintext

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