Remove appsettings.Development.json from source control

This commit is contained in:
Cyberboss
2018-10-03 11:06:12 -04:00
parent 40ccd210c2
commit 616c047e89
3 changed files with 1 additions and 8 deletions
+1
View File
@@ -14,3 +14,4 @@ artifacts/
/tests/DMAPI/travistester.lk
/tests/DMAPI/travistester.int
/tests/DMAPI/travistester.dmb
/src/Tgstation.Server.Host/appsettings.Development.json
@@ -68,9 +68,6 @@
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.Development.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -1,5 +0,0 @@
{
"FileLogging": {
"Disable": true
}
}