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) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-06-11 15:10:18 -07:00
parent e841a7ab4f
commit f0871c03e8
+4
View File
@@ -35,3 +35,7 @@ deploy/*-auth-secret.yaml
/.agents/ /.agents/
/.codex/ /.codex/
/AGENTS.md /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