mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-08-31 00:47:15 +02:00
Reverts 22c442db "Enable entire integration" and drops the accompanying
.gitignore entry:
- .claude/settings.json: removes all seven "entire hooks claude-code ..."
command hooks (PostToolUse on Task and TodoWrite, PreToolUse on Task,
SessionEnd, SessionStart, Stop, UserPromptSubmit) and the
Read(./.entire/metadata/**) deny rule. The file held nothing else, so it
is deleted rather than left as an empty object.
- .entire/settings.json, .entire/.gitignore: untracked and removed.
- .gitignore: drops the now-pointless .entire entry.
.claude/settings.local.json is untouched; it carries unrelated local
permission settings.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
39 lines
498 B
Plaintext
39 lines
498 B
Plaintext
/cc-backend
|
|
/.env
|
|
/config.json
|
|
/uiConfig.json
|
|
|
|
/var/job-archive
|
|
/var/machine-state
|
|
/var/*.db-shm
|
|
/var/*.db-wal
|
|
/var/*.db
|
|
/var/*.txt
|
|
|
|
/var/checkpoints*
|
|
|
|
migrateTimestamps.pl
|
|
test_ccms_*
|
|
|
|
/web/frontend/public/build
|
|
/web/frontend/node_modules
|
|
|
|
/archive-migration
|
|
/archive-manager
|
|
|
|
/internal/repository/testdata/job.db-shm
|
|
/internal/repository/testdata/job.db-wal
|
|
|
|
/.vscode/*
|
|
dist/
|
|
*.db
|
|
.idea
|
|
tools/archive-migration/archive-migration
|
|
tools/archive-manager/archive-manager
|
|
|
|
docs
|
|
|
|
|
|
.claude
|
|
.superpowers
|