From c41d30a961fa5ec6ce5fa55945e2a7c6a1c23905 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Fri, 12 Sep 2025 19:18:32 +0200 Subject: [PATCH] add exclude appsettings --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9491a2f..026b94f 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +appsettings.production.json \ No newline at end of file