mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-18 04:47:22 -04:00
66 lines
780 B
Plaintext
66 lines
780 B
Plaintext
node_modules
|
|
|
|
# Claude context
|
|
CLAUDE.md
|
|
CODEX.md
|
|
.claudeignore
|
|
AGENTS.md
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/dist
|
|
/static/*
|
|
!/static/fonts/
|
|
|
|
# Application
|
|
/temp
|
|
/config
|
|
|
|
# Editor — track shared settings, ignore personal files
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test arr instances (config data)
|
|
.arr/
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
tests/integration/notifications/.env
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
.svelte-kit/
|
|
|
|
# .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
*.sln
|
|
.vs/
|
|
|
|
# Bruno environments (contain API keys)
|
|
bruno/environments/
|
|
|
|
# OIDC testing (local Keycloak config)
|
|
tests/e2e/auth/realm-export.json
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
tests/e2e/*/test-results/
|
|
tests/e2e/*/playwright-report/
|
|
|
|
# Research repos
|
|
research/
|