Files
nexus/.gitignore
T
AzuTear f5552218bc
CI - Build & Test / Backend (.NET) (push) Successful in 42s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 2m46s
CI - Build & Test / Security Check (push) Successful in 3s
CI - Build & Test / Deploy Nexus (push) Successful in 56s
feat: ship agent-first mission control v0.2.57
2026-07-31 22:39:47 +02:00

49 lines
642 B
Plaintext

# Build outputs
**/bin/
**/obj/
**/dist/
**/node_modules/
**/playwright-report/
**/test-results/
# Environment
.env
!.env.template
# IDE
.idea/
.vs/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
docker-compose.override.yml
# Logs
*.log
# Temporary
*.tmp
*.bak
# Crash artefacts / Core dumps
**/core
**/core.*
# pnpm / corepack local caches (lockfile IS committed for reproducible CI builds)
frontend/.pnpm-home/
frontend/.corepack-home/
.pnpm-store/
.tools/
# Standalone OpenAI Sites prototype; it has its own remote and history.
sites/nexus-mission-control/
# Claude local config (per-developer, not repo-shared)
.claude/