Files
profilarr/.gitignore
2026-03-18 03:16:16 +10:30

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/