chore: remove .claude/settings.local.json from tracking

Local Claude Code settings are machine-specific and should not be
version controlled. Added .claude/ to .gitignore.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 15:58:15 -05:00
parent b9e84de7c0
commit bd3e7c2a36
2 changed files with 3 additions and 48 deletions

View File

@@ -1,48 +0,0 @@
{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(dotnet build:*)",
"Bash(msbuild:*)",
"Bash(powershell.exe -File \"C:\\Users\\aisaacs\\.claude\\skills\\roslyn-bridge\\scripts\\rb.ps1\" getprojects)",
"Bash(powershell -Command \"& C:\\Users\\aisaacs\\.claude\\skills\\roslyn-bridge\\scripts\\rb.ps1 instances\")",
"Bash(powershell -Command \"& C:\\Users\\aisaacs\\.claude\\skills\\roslyn-bridge\\scripts\\rb.ps1 build -ProjectName ExportDXF\")",
"Bash(powershell -Command \"& C:\\Users\\aisaacs\\.claude\\skills\\roslyn-bridge\\scripts\\rb.ps1 projects\")",
"Bash(powershell -Command \"& C:\\Users\\aisaacs\\.claude\\skills\\roslyn-bridge\\scripts\\rb.ps1 errors\")",
"Bash(powershell -Command:*)",
"Bash(curl:*)",
"Bash(python:*)",
"Skill(roslyn-bridge)",
"Bash(dotnet add:*)",
"Bash(nuget restore:*)",
"mcp__RoslynBridge__get_solution_overview",
"mcp__RoslynBridge__get_files",
"mcp__RoslynBridge__list_instances",
"mcp__RoslynBridge__refresh_workspace",
"mcp__RoslynBridge__get_diagnostics",
"mcp__RoslynBridge__build_project",
"mcp__RoslynBridge__get_projects",
"Bash(findstr:*)",
"Bash(Select-String -Pattern \"error|Build succeeded\")",
"Bash(Select-String -NotMatch \"CA1416\")",
"Bash(dir:*)",
"Bash(git checkout:*)",
"Bash(ls \"C:\\\\Users\\\\aisaacs\\\\Desktop\\\\Projects\\\\ExportDXF\\\\docs\\\\plans\"\" 2>nul || echo \"No plans dir \")",
"Bash(dotnet new:*)",
"Bash(dotnet sln:*)",
"Bash(del \"C:\\\\Users\\\\aisaacs\\\\Desktop\\\\Projects\\\\ExportDXF\\\\FabWorks.Core\\\\Class1.cs\")",
"Bash(copy \"S:\\\\4980 GMCH Lockport\\\\4980 A05 Degreaser Casing\\\\4980 A05-1 Access door\\\\Forms\\\\4980 A05-1 PT02.pgm\" \"C:\\\\Users\\\\aisaacs\\\\Desktop\\\\Projects\\\\ExportDXF\\\\FabWorks.Tests\\\\TestData\\\\sample.pgm\")",
"Bash(dotnet test:*)",
"Bash(del \"C:\\\\Users\\\\aisaacs\\\\Desktop\\\\Projects\\\\ExportDXF\\\\FabWorks.Api\\\\FabWorks.Api.http\")",
"Bash(dotnet ef:*)",
"Bash(git log:*)",
"mcp__RoslynBridge__get_namespace_types",
"Bash(test:*)",
"mcp__RoslynBridge__search_symbol",
"mcp__RoslynBridge__search_code"
],
"deny": [],
"ask": []
}
}

3
.gitignore vendored
View File

@@ -245,3 +245,6 @@ ModelManifest.xml
# Test documents
TestDocs/
# Claude Code local settings
.claude/