diff --git a/.gitignore b/.gitignore index 58baf12..63850a8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .DS_Store **bin/ **obj/ +app.db Data/Interfaces Data/UnitOfWork.cs Data/*Repository.cs diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json deleted file mode 100644 index 7fb0bbb..0000000 --- a/Properties/launchSettings.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:15556", - "sslPort": 44341 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "weatherforecast", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "TicketManager": { - "commandName": "Project", - "launchBrowser": true, - "launchUrl": "/", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" - } - } -} \ No newline at end of file diff --git a/app.db b/app.db deleted file mode 100644 index ac293e3..0000000 Binary files a/app.db and /dev/null differ diff --git a/client/src/authentication/config.json b/client/src/authentication/config.json deleted file mode 100644 index f2cdc9f..0000000 --- a/client/src/authentication/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "domain": "https://dev-fyjrvohx.auth0.com/", - "clientId": "Gwee9FRswz3V4NodUQN2Hr2rB2S025Rf" -} \ No newline at end of file