Files
profilarr/.gitignore

38 lines
303 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-*
# .NET
bin/
obj/
*.user
*.suo
.vs/