diff --git a/.gitignore b/.gitignore index 01ac1c9..ad52a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -319,6 +319,14 @@ node_modules/ **/*.Server/ModelManifest.xml _Pvt_Extensions +# Ignore unnecessary files +/workshop.wwwapi/appsettings.json +/workshop.wwwapi/appsettings.Development.json +*/**/bin/Debug +*/**/bin/Release +*/**/obj/Debug +*/**/obj/Release + # Paket dependency manager .paket/paket.exe paket-files/ diff --git a/workshop.wwwapi/appsettings.Example.json b/workshop.wwwapi/appsettings.Example.json deleted file mode 100644 index 4f797f4..0000000 --- a/workshop.wwwapi/appsettings.Example.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "ConnectionStrings": { - "DefaultConnectionString": "Host=HOST Database=DATABASE; Username=USERNAME; Password=PASSWORD; " - } -} \ No newline at end of file