diff --git a/.gitignore b/.gitignore index a8f3e2c779..20bc8fcd5a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ artifacts/ /tests/DMAPI/travistester.lk /tests/DMAPI/travistester.int /tests/DMAPI/travistester.dmb +/src/Tgstation.Server.Host/appsettings.Development.json diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index 9a058b87d8..0d716f4321 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -68,9 +68,6 @@ - - PreserveNewest - PreserveNewest diff --git a/src/Tgstation.Server.Host/appsettings.Development.json b/src/Tgstation.Server.Host/appsettings.Development.json deleted file mode 100644 index 5510b3cca2..0000000000 --- a/src/Tgstation.Server.Host/appsettings.Development.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "FileLogging": { - "Disable": true - } -}