veritas-kanban/.gitignore
Brad Groux 32517e4df6
Some checks are pending
CI / Lint & Type Check (push) Waiting to run
CI / Workspace Unit Tests (push) Waiting to run
CI / Build (push) Waiting to run
CI / Security Audit (push) Waiting to run
feat: make worktree lifecycle transactional (#934)
Closes #858.
2026-07-23 19:44:42 -05:00

118 lines
1.7 KiB
Text

# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
build/
out/
.next/
# IDE
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.AppleDouble
.LSOverride
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# Env — never commit real secrets
.env
.env.local
.env.*.local
# But DO track .env.example files
!*.env.example
!.env.example
# Runtime data (keep .gitkeep for structure)
tasks/active/*.md
tasks/archive/*.md
tasks/backlog/*.md
tasks/attachments/
tasks/archive-attachments/
storage/
server/storage/
!server/src/storage/
!server/src/storage/**
.veritas-kanban/*
!.veritas-kanban/.gitkeep
.veritas-desktop-dev/
desktop/.desktop-release/
desktop/release/
# Historical broken config data (should never have been tracked)
.veritas-kanban.broken/
.safety/
# Test
coverage/
.nyc_output/
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.veritas-kanban/worktrees/
.veritas-kanban/worktree-manifests/
# TypeScript build info
*.tsbuildinfo
.tsbuildinfo
# Vite generated
vite.config.d.ts
vite.config.js
server/.veritas-kanban/*
!server/.veritas-kanban/.gitkeep
# Security - never commit these file types
*.key
*.pem
*.p12
*.pfx
*.cer
*.crt
*.der
*_rsa
*_dsa
*_ed25519
*_ecdsa
# Backups and temp files
*.bak
*.backup
*.tmp
*.temp
.backup/
backups/
# Package manager lock files (optional - some teams gitignore these)
# Uncomment if you want to ignore lock files
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Internal data directories - NEVER commit
tasks/
!tasks/
!tasks/examples/
!tasks/examples/*.md
.veritas-kanban/
# Local security middleware (not shared)
server/src/middleware/external-api-key.ts