ignore claude in repo

alphons <alphons@heijden.com> 24 Jul 2026, 07:24
452c9a0709b9abaf993b98f53e6b9c4212bb93cc
2 files changed
  • .claude/settings.json
  • .claude/settings.local.json
diff --git a/.claude/settings.json b/.claude/settings.json
deleted file mode 100644
index a0735d1..0000000
--- a/.claude/settings.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "permissions": {
- "allow": [
- "PowerShell(*)"
- ]
- }
-}
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
deleted file mode 100644
index 9a99ef4..0000000
--- a/.claude/settings.local.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "permissions": {
- "allow": [
- "Bash(dotnet new webapp -n GitServer --framework net10.0 --no-restore)",
- "Bash(dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 10.0.0)",
- "Bash(dotnet add package Microsoft.EntityFrameworkCore.Design --version 10.0.0)",
- "Bash(dotnet add package Microsoft.AspNetCore.Identity.EntityFrameworkCore --version 10.0.0)",
- "Bash(dotnet add package AspNet.Security.OAuth.GitHub --version 9.1.0)",
- "Bash(dotnet ef migrations add InitialCreate --output-dir Data/Migrations)",
- "Bash(dotnet tool install --global dotnet-ef)",
- "Bash(dotnet build)",
- "Bash(dotnet add package Microsoft.AspNetCore.Authentication.Google --version 10.0.0)",
- "Bash(dotnet-ef migrations add InitialCreate --output-dir Data/Migrations)",
- "PowerShell(& \"$env:windir\\\\system32\\\\inetsrv\\\\appcmd.exe\" unlock config -section:system.webServer/security/authentication/windowsAuthentication)",
- "Bash(Remove-Item -Recurse -Force \"C:\\\\git\\\\GitServer\\\\src\\\\GitServer\\\\wwwroot\\\\lib\")",
- "Bash(Remove-Item -Force \"C:\\\\git\\\\GitServer\\\\src\\\\GitServer\\\\wwwroot\\\\js\\\\site.js\")",
- "PowerShell(cd C:\\\\git\\\\GitServer\\\\src\\\\GitServer; dotnet build -c Release --no-restore 2>&1 | Where-Object { $_ -match \"error CS\" } | Select-Object -Unique | Select-Object -First 20)",
- "Bash(cat -n /mnt/c/git/GitServer/src/GitServer/Program.cs)",
- "Skill(fewer-permission-prompts)",
- "Skill(fewer-permission-prompts:*)",
- "Skill(update-config)",
- "Skill(update-config:*)",
- "Bash(Get-ChildItem -Path \"C:\\\\git\\\\GitServer\" -Depth 0)",
- "Bash(Select-Object Name, Mode)",
- "Bash(Format-Table -AutoSize)",
- "Bash(dotnet build *)"
- ]
- }
-}