fix: adds publish/** to gitignore, includes all appsettings.*.json (except Example) in gitignore
This commit is contained in:
+2
-1
@@ -7,6 +7,7 @@
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
.vs/
|
||||
**appsettings.Development.json
|
||||
**/appsettings.*.json
|
||||
!**/appsettings.Example.json
|
||||
debug/**
|
||||
publish/**
|
||||
Reference in New Issue
Block a user