From 2514a181aed80054bd42ced8483d582c4052ebcf Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 29 Mar 2020 14:28:36 -0400 Subject: [PATCH] Add release_notes.md to .gitignore [TGSDeploy][NugetDeploy] --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 504e400b0f..68cd65bcdb 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ artifacts/ /src/Tgstation.Server.Host/ClientApp/node_modules /src/Tgstation.Server.Host/ClientApp/build /tools/ReleaseNotes/release_notes.md +release_notes.md \ No newline at end of file