fix: adds publish/** to gitignore, includes all appsettings.*.json (except Example) in gitignore
This commit is contained in:
+3
-2
@@ -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/**
|
||||||
Reference in New Issue
Block a user