mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 10:45:02 +01:00
Add Sonar Client to update permissions and tags in Sonar Projects to new team structure Related work items: #125680
39 lines
500 B
Plaintext
39 lines
500 B
Plaintext
# 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/
|