commit 772c01f307de393853bb1667563266fe9e389d7e parent b2adcc19caf2c96e3b7e4c7c6d818d93327c0230 Author: Chris Bracken <chris@bracken.jp> Date: Sun, 5 Jul 2026 09:29:13 +0900 git: update gitignore and local config Covers work-related annoyances. Diffstat:
| D | .config/git/ichou | | | 8 | -------- |
| M | .config/git/ignore | | | 4 | ++-- |
| R | .config/git/hamachi -> .config/git/local_hamachi | | | 0 | |
| A | .config/git/local_sugi | | | 2 | ++ |
4 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/.config/git/ichou b/.config/git/ichou @@ -1,8 +0,0 @@ -[commit] - gpgsign = true -[gpg] - program = gpg -[user] - signingkey = 9EF6957AF673652E4AB5542DBBE45868CBE8A8FE -[http] - cookiefile = /Users/cbracken/.gitcookies diff --git a/.config/git/ignore b/.config/git/ignore @@ -6,10 +6,10 @@ *~ # Editor project directories +.agents/ .cache/ -.claude/settings.local.json +.claude/ .jetskicli/ -.nova/ .zed/ # Build outputs diff --git a/.config/git/hamachi b/.config/git/local_hamachi diff --git a/.config/git/local_sugi b/.config/git/local_sugi @@ -0,0 +1,2 @@ +[protocol "sso"] + allow = always