From bebf922d2a6586f964e847b4e44aae2409bc101d Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 19 Sep 2024 08:30:42 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7032aa4a..c4745c27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .DS_Store .idea/ */appsettings.Development.json +*.upgrade.json + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. @@ -365,4 +367,3 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -/maERP.Server/Program.cs