diff --git a/.gitignore b/.gitignore index eac63f9..0a61c34 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ wwwroot/temp/ wwwroot/imports/ wwwroot/translations/ config/userConfig.json +CarCareTracker.csproj.user +Properties/launchSettings.json diff --git a/CarCareTracker.csproj.user b/CarCareTracker.csproj.user deleted file mode 100644 index 4586055..0000000 --- a/CarCareTracker.csproj.user +++ /dev/null @@ -1,7 +0,0 @@ - - - - RazorViewEmptyScaffolder - root/Common/MVC/View - - \ No newline at end of file diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json deleted file mode 100644 index 8c579c2..0000000 --- a/Properties/launchSettings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "profiles": { - "http": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5011" - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - }, - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:11362", - "sslPort": 0 - } - } -} \ No newline at end of file