From c77d1e948e5f175271c22569a4147200d3f5206f Mon Sep 17 00:00:00 2001 From: c0mrade Date: Tue, 26 May 2026 23:10:44 +0300 Subject: [PATCH] chore(gitignore): ignore impeccable PRODUCT.md / DESIGN.md / DESIGN.json Keep impeccable context files local-only. The skill loader reads them from disk; they are not artefacts the team needs in the shared repo. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c9836a3..7e86672 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,8 @@ miniapp/ .ai/ CLAUDE.md **/CLAUDE.md + +# Impeccable design context (local only, not for shared repo) +PRODUCT.md +DESIGN.md +DESIGN.json