Skip to content

Commit 176efc6

Browse files
committed
Adding Claude settings.
1 parent d8ccb8c commit 176efc6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.claude/settings.local.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git -C \"X:\\src\\PostSharp.Engineering\" diff)",
5+
"Bash(git -C \"X:\\src\\PostSharp.Engineering\" log --oneline -10)",
6+
"Bash(git -C \"X:\\src\\PostSharp.Engineering\" status)"
7+
],
8+
"deny": [],
9+
"ask": []
10+
}
11+
}

0 commit comments

Comments
 (0)