diff --git a/.gitignore b/.gitignore index 495e27e..4e55a36 100644 --- a/.gitignore +++ b/.gitignore @@ -362,6 +362,6 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -.claude/settings.local.json +**/.claude/settings.local.json DebugTooling/**/* \ No newline at end of file diff --git a/GamesDat.Demo.Wpf/.claude/settings.local.json b/GamesDat.Demo.Wpf/.claude/settings.local.json deleted file mode 100644 index fc85941..0000000 --- a/GamesDat.Demo.Wpf/.claude/settings.local.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(dotnet build:*)", - "WebSearch", - "WebFetch(domain:github.com)" - ] - } -} diff --git a/GamesDat/.claude/settings.local.json b/GamesDat/.claude/settings.local.json deleted file mode 100644 index 43a375f..0000000 --- a/GamesDat/.claude/settings.local.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(dotnet build:*)", - "Bash(dotnet add package:*)", - "Bash(dotnet remove package:*)", - "WebSearch", - "Bash(ls:*)", - "Bash(tree:*)", - "Bash(dir /s /b \"..\\\\GamesDate.Demo.Wpf\\\\ViewModels\\\\*.cs\")", - "Bash(dir /s /b \"..\\\\GamesDate.Demo.Wpf\\\\Views\\\\*.xaml\")", - "WebFetch(domain:wiki.trackmania.io)", - "Bash(xargs:*)", - "Bash(grep:*)", - "Bash(dir:*)" - ] - } -}