.gitignore update
continuous-integration/drone/push Build is passing Details

Projet
Dorian HODIN 3 years ago
parent a8dac8014e
commit 4016735cd6

3
.gitignore vendored

@ -1,3 +1,4 @@
.idea
Code/ProjetBlazor/obj
Code/ProjetBlazor/bin
Code/ProjetBlazor/bin
Code/ProjetBlazor/Properties

@ -4,7 +4,7 @@
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7236;http://localhost:5021"
@ -13,7 +13,7 @@
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},

Loading…
Cancel
Save