mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
42 lines
372 B
Plaintext
42 lines
372 B
Plaintext
node_modules
|
|
|
|
# Claude context
|
|
CLAUDE.md
|
|
.claudeignore
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/dist
|
|
/static
|
|
|
|
# Application
|
|
/temp
|
|
/config
|
|
|
|
# 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/
|
|
|
|
# Bruno environments (contain API keys)
|
|
bruno/environments/
|