From f0871c03e8abcd8466def15054b0776db245da2e Mon Sep 17 00:00:00 2001 From: funman300 Date: Thu, 11 Jun 2026 15:10:18 -0700 Subject: [PATCH] chore: gitignore local helper scripts Ignore the local token-saving Go helpers under scripts/ (peek, cargoclip, testfail, diffclip, cratemap, sessionpack, etc.) via scripts/*.go. These are inspection-only dev tools, not committed. Tracked scripts/*.sh and *.md are unaffected. Replaces a broad, machine-local .git/info/exclude rule. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7d6486b..fb255d1 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,7 @@ deploy/*-auth-secret.yaml /.agents/ /.codex/ /AGENTS.md + +# Local token-saving helper scripts (peek/cargoclip/testfail/diffclip/etc.) — +# inspection-only Go tools, not committed. Tracked scripts/*.sh and *.md stay. +scripts/*.go