Files
profilarr/.gitignore

31 lines
267 B
Plaintext

node_modules
# Claude context
CLAUDE.md
.claudeignore
# Output
.output
.vercel
.netlify
.wrangler
/dist
/static
# Application
/temp
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*