summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-02-24 02:01:00 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-02-24 02:01:00 +0000
commit2bf317d27d1dc29f8a38508afcf6afc8d19e2d9a (patch)
tree4fff464fd70cbbd6e1bea29449f1f718e099fac1
parent8ee1fb5747e777f6e0672367148b2c8226f5a9d2 (diff)
Update .gitignore: exclude compiled binary and local Claude settings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cdfa427..ea898d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,12 @@
# Binaries
/bin/
/bin/claudomator
+/claudomator
*.exe
+# Claude local settings
+.claude/settings.local.json
+
# Go
vendor/