repo: prevent codex working inputs from returning
This commit is contained in:
@@ -17,6 +17,12 @@ build/
|
|||||||
# Local source-transfer archives; preserve them outside version control.
|
# Local source-transfer archives; preserve them outside version control.
|
||||||
/frontend-src.tar.gz
|
/frontend-src.tar.gz
|
||||||
|
|
||||||
|
# Local AI/agent working inputs are never repository content. Historical
|
||||||
|
# tracked files under this path are being removed separately from the hardening
|
||||||
|
# branch; keep the guard so cross-project archives and generated DB/WAL/contact
|
||||||
|
# sheets cannot return.
|
||||||
|
/.codex-input/
|
||||||
|
|
||||||
# Large local data
|
# Large local data
|
||||||
/artifacts/*
|
/artifacts/*
|
||||||
!/artifacts/evidence/
|
!/artifacts/evidence/
|
||||||
|
|||||||
Reference in New Issue
Block a user