mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 14:21:37 +00:00
chore: ignore cowork/ (operator scratch space)
Phase 0 closure prep: cowork/ holds the operator's internal legal/audit/strategy artifacts — counsel-signed declaration, the filter-repo callback for the history rewrite, the pre-rewrite bundle backup, audit scratch HTML. These are private operator artifacts and must never accidentally land in the public repo. The public-facing description of the Phase 0 rewrite lives at docs/history-normalization.md (separate commit, post-rewrite). This gitignore entry is the pre-rewrite version so the rewrite's output state has cowork/ ignored from commit 1.
This commit is contained in:
@@ -93,3 +93,12 @@ Thumbs.db
|
|||||||
# rebuilds from source via multi-stage build (deploy/test/f5-mock-icontrol/
|
# rebuilds from source via multi-stage build (deploy/test/f5-mock-icontrol/
|
||||||
# Dockerfile line 13). The compiled ELF must not be tracked.
|
# Dockerfile line 13). The compiled ELF must not be tracked.
|
||||||
deploy/test/f5-mock-icontrol/f5-mock-icontrol
|
deploy/test/f5-mock-icontrol/f5-mock-icontrol
|
||||||
|
|
||||||
|
# Phase 0 closure (2026-05-13): cowork/ holds the operator's internal
|
||||||
|
# legal / audit / strategy artifacts (counsel-signed AI-authorship
|
||||||
|
# declaration, filter-repo callback, pre-rewrite bundle, audit HTML
|
||||||
|
# scratch). It is private operator scratch space and must never
|
||||||
|
# accidentally land in the public repo. See
|
||||||
|
# docs/history-normalization.md for the public-facing description of
|
||||||
|
# the Phase 0 git-history rewrite.
|
||||||
|
cowork/
|
||||||
|
|||||||
Reference in New Issue
Block a user