mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-26 20:07:55 +00:00
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>
41 lines
801 B
Plaintext
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
|