Files
michael 4aa14f9070
Deploy Docs to GitHub Pages / Build Documentation (push) Has been cancelled
Deploy Docs to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
1.0.0-1 RepoFix
2026-07-02 08:48:10 +02:00

94 lines
1.4 KiB
Plaintext

# ----------------------------
# Dependencies
# ----------------------------
node_modules/
backend/node_modules/
frontend/node_modules/
# ----------------------------
# Build artifacts / caches
# ----------------------------
frontend/dist/
frontend/.vite/
backend/dist/
dist/
build/
.build/
.venv-docs/
.worktrees/
site/
.cache/
coverage/
*.tsbuildinfo
third_party/handbrake/work/
third_party/handbrake/build/
!third_party/handbrake/source/*.tar.zst
# ----------------------------
# Runtime state / PIDs / temp
# ----------------------------
start.pid
*.pid
*.pid.lock
tmp/
temp/
*.tmp
*.swp
*.swo
*~
# ----------------------------
# Databases and generated data
# ----------------------------
backend/data/
!backend/data/.gitkeep
*.db
*.db-wal
*.db-shm
# ----------------------------
# Logs/Debug
# ----------------------------
backend/logs/
logs/
*.log
job*-hbscan.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
debug/
DATABASE_BLA
# ----------------------------
# Env / secrets (keep examples)
# ----------------------------
.env
.env.*
backend/.env
backend/.env.*
frontend/.env
frontend/.env.*
!.env.example
!.env.sample
!backend/.env.example
!backend/.env.sample
!frontend/.env.example
!frontend/.env.sample
# ----------------------------
# IDE / OS files
# ----------------------------
.DS_Store
Thumbs.db
.idea/
.vscode/
# ----------------------------
# Scripts
# ----------------------------
/scripts/
/release.sh
/Audible_Tool
/AddOns
/oldignore