claude settings .gitignore

This commit is contained in:
2025-11-06 09:13:21 -05:00
parent a8673fa255
commit 57c2b0f8c7
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,9 @@
"allow": [ "allow": [
"Bash(git add:*)", "Bash(git add:*)",
"Bash(git commit:*)", "Bash(git commit:*)",
"Bash(git push)" "Bash(git push)",
"Bash(cat:*)",
"Bash(git reset:*)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []

1
.gitignore vendored
View File

@@ -28,3 +28,4 @@ data/
*.db *.db
*.db-shm *.db-shm
*.db-wal *.db-wal
.claude/settings.local.json