Merged PR 63702: Add Sonar Client to update permissions and tags in Sonar Projects to new team structure

Add Sonar Client to update permissions and tags in Sonar Projects to new team structure

Related work items: #125680
This commit is contained in:
Johannes Oenema Effectory
2025-11-05 15:18:52 +00:00
parent e30af22220
commit 91980817e0
66 changed files with 1586 additions and 1296 deletions

38
.aiignore Normal file
View File

@@ -0,0 +1,38 @@
# Ignore environment and config files
environment.ts
environment.*.ts
environment.prod.ts
config.json
local.settings.json
local.settings.Designer.cs
settings.json
.env
auth-config.ts
assets/config/
proxy.conf.json
package.json
angular.json
appsettings.json
appsettings.*.json
web.config
app.config
secrets.json
.env
launchSettings.json
Properties/PublishProfiles/*.pubxml
ServiceConfiguration.*.cscfg
App_Data/
*.csproj
*.mdf
*.pfx
*.p12
*.crt
*.key
.DS_Store
*.log
*.tmp
bin/
obj/
dist/
build/
out/