From ec1f00320b4a990440e052b88be7fbc0654fdb4e Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 22 Jun 2026 00:55:39 -0400 Subject: [PATCH] chore(gitignore): ignore ggshield cache directory Exclude /.cache_ggshield, the local GitGuardian secret-scanner cache. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c71108e..e77cadb 100644 --- a/.gitignore +++ b/.gitignore @@ -298,3 +298,4 @@ AGENTS/ # agents-init --plugins docs/devlogs # ──────────────────────────────────────────────────────── +/.cache_ggshield