Browse Source

忽略打包发布文件

master
林杨 2 years ago
parent
commit
47f272d0df
  1. 1
      .gitignore
  2. 29
      24Hour/Properties/launchSettings.json

1
.gitignore vendored

@ -69,3 +69,4 @@ dkms.conf
/24Hour/wwwroot/CaseFile/Detectionscheme/20230301194942291.docx
/24Hour/wwwroot/CaseFile/Detectionscheme/20230301193901426.docx
/24Hour/24Hour.xml
/24Hour/Properties/launchSettings.json

29
24Hour/Properties/launchSettings.json

@ -1,29 +0,0 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:54036",
"sslPort": 44381
}
},
"profiles": {
"_24Hour": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:8098"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
Loading…
Cancel
Save