diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-02-24 02:01:00 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-02-24 02:01:00 +0000 |
| commit | 2bf317d27d1dc29f8a38508afcf6afc8d19e2d9a (patch) | |
| tree | 4fff464fd70cbbd6e1bea29449f1f718e099fac1 | |
| parent | 8ee1fb5747e777f6e0672367148b2c8226f5a9d2 (diff) | |
Update .gitignore: exclude compiled binary and local Claude settings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,8 +1,12 @@ # Binaries /bin/ /bin/claudomator +/claudomator *.exe +# Claude local settings +.claude/settings.local.json + # Go vendor/ |
