From c592b6dfa5a30332fdef67b80d2cb34a1f51dcc0 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Thu, 18 Jul 2024 15:30:17 -0400 Subject: [PATCH] #93: Another gitignore update --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f61159f..80d31a8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ /obj /obj/* /Icarus.txt -/appsettings*.json +/appsettings.json +/appsettings.Development.json