From 81a223deb7bac3f6efe55c741315d6c4d774d40d Mon Sep 17 00:00:00 2001 From: Divine Date: Mon, 29 Jun 2026 20:29:13 -0400 Subject: [PATCH] chore(gitignore): also ignore /.plan/ (Decision 019 gap) /.plans/ was blocked but the singular /.plan/ variant slipped past, letting dev-internal planning artifacts land in the public repo. Block both. Co-authored-by: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6762515..b52a60b 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ __pycache__/ /COWORK_DOCS_AUDIT.md /.active_module /.plans/ +/.plan/ /adr/ /audit/