From 198d4010073d74dbe1c0deecdc63656f11cf3eec Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Sat, 18 Jun 2022 17:42:02 -0500 Subject: [PATCH] updates to gitignore --- .gitignore | 3 +++ server/.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9491a2f..0ec127e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +# specific files +server/appsettings.json + # User-specific files *.rsuser *.suo diff --git a/server/.gitignore b/server/.gitignore index 2afa2e2..21d4bac 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +# specific files +appsettings.json + # User-specific files *.rsuser *.suo