Recipie/.gitignore

26 lines
220 B
Plaintext

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