fix: adds publish/** to gitignore, includes all appsettings.*.json (except Example) in gitignore

This commit is contained in:
2026-07-18 11:39:30 +02:00
parent 1ca2eb70fd
commit b316804dfb
+2 -1
View File
@@ -7,6 +7,7 @@
*.sqlite-shm *.sqlite-shm
*.sqlite-wal *.sqlite-wal
.vs/ .vs/
**appsettings.Development.json **/appsettings.*.json
!**/appsettings.Example.json !**/appsettings.Example.json
debug/** debug/**
publish/**