From b316804dfb48cbdbe4297dd6d751c9102fcef095 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 18 Jul 2026 11:39:30 +0200 Subject: [PATCH] fix: adds publish/** to gitignore, includes all appsettings.*.json (except Example) in gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cbc8662..bb11ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.sqlite-shm *.sqlite-wal .vs/ -**appsettings.Development.json +**/appsettings.*.json !**/appsettings.Example.json -debug/** \ No newline at end of file +debug/** +publish/** \ No newline at end of file