Skip to content

Commit 99f3fe4

Browse files
Kristopher Turnerclaude
andcommitted
chore: add Claude Code project settings and gitignore local settings file
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6f4151c commit 99f3fe4

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh run:*)",
5+
"Bash(gh search:*)",
6+
"Bash(git -C e:/git/azurelocal-avd diff HEAD~1 HEAD -- mkdocs.yml)",
7+
"Bash(git -C e:/git/azurelocal-vm-conversion-toolkit push origin main)",
8+
"Bash(git -C e:/git/azurelocal-nutanix-migration push origin main)",
9+
"Bash(git -C e:/git/azurelocal-training push origin main)",
10+
"Bash(gh project:*)",
11+
"Bash(python3 -c ':*)",
12+
"Bash(git -C e:/git/azurelocal-copilot push origin main)",
13+
"Bash(python3)",
14+
"Bash(git add:*)"
15+
]
16+
}
17+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
2222

23+
# Claude Code local settings
24+
.claude/settings.local.json
25+
2326
# References
2427

0 commit comments

Comments
 (0)