Modify .gitignore

This commit is contained in:
Alan Moon 2025-06-22 13:38:50 -07:00
parent 957c3843d1
commit ac2c8be4a2
2 changed files with 1 additions and 38 deletions

1
.gitignore vendored
View File

@ -367,3 +367,4 @@ FodyWeavers.xsd
/qtc-net-server/run.Development.bat
/qtc-net-server/appsettings.json
/qtc-net-server/user-content/
/qtc-net-server/Properties/launchSettings.json

View File

@ -1,38 +0,0 @@
{
"profiles": {
"http": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DB_PROVIDER": "SQLite",
"DB_CONNECTION_STRING": "Data Source=qtcdev.db",
"JWT_KEY": "iPBR1ZO9GHsP04SUf*jE4ILh5jwz$3$A"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5268"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:26136",
"sslPort": 0
}
}
}