Skip to content

Commit 90ff4c1

Browse files
committed
adding .gitignore
1 parent 8c3d3af commit 90ff4c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"Bash(chmod:*)",
2121
"Bash(gh run list:*)",
2222
"Bash(gh run view:*)",
23-
"Bash(gofmt:*)"
23+
"Bash(gofmt:*)",
24+
"Bash(find:*)",
25+
"Bash(git add:*)",
26+
"Bash(git restore:*)"
2427
],
2528
"deny": []
2629
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.claude

0 commit comments

Comments
 (0)