Files
meshcore-analyzer/.gitignore
T
dborupandClaude Sonnet 5 557d14e50f chore: gitignore local prune-requests runtime queue dir
cmd/server/prune-requests/ is internal/prunequeue's on-disk job queue,
written next to the DB path at runtime — not source, shouldn't be
tracked.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-18 15:48:20 +02:00

41 lines
801 B
Plaintext

node_modules/
data/
cmd/server/prune-requests/
*.bak
*.db
*.db-journal
config.json
.env
data-lincomatic/
config-lincomatic.json
theme.json
firmware/
coverage/
public-instrumented/
.nyc_output/
.setup-state
# Squad: ignore runtime state (logs, inbox, sessions)
.squad/orchestration-log/
.squad/log/
.squad/decisions/inbox/
.squad/sessions/
# Squad: SubSquad activation file (local to this machine)
.squad-workstream
# Temp scripts / build artifacts
recover-delta.sh
merge.sh
replacements.txt
reps.txt
cmd/server/server.exe
cmd/ingestor/ingestor.exe
# CI trigger
!test-fixtures/e2e-fixture.db
corescope-server
cmd/server/server
# Local-only planning and design files
docs/superpowers/
# Environment-specific deploy scripts — live only on the deploy host, not tracked
deploy-live.sh
deploy-staging.sh