Initial commit: SWP.Core enterprise framework with multi-tenant architecture, configuration management, security, telemetry and comprehensive test suite
This commit is contained in:
commit
5275a75502
87 changed files with 6140 additions and 0 deletions
11
.claude/settings.local.json
Normal file
11
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(rm:*)",
|
||||
"Bash(\"/mnt/c/Program Files/dotnet/dotnet.exe\" build --configuration Release)",
|
||||
"Bash(\"/mnt/c/Program Files/dotnet/dotnet.exe\" test --configuration Release --logger \"console;verbosity=normal\")",
|
||||
"Bash(find:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue