Add encrypted appsettings.Development.json files via git-crypt

This commit is contained in:
Michał Zieliński
2025-06-19 21:53:45 +02:00
parent 72197ff5fc
commit e26d9910db
4 changed files with 1 additions and 3 deletions

1
.gitattributes vendored
View File

@@ -1 +1,2 @@
Bimix.API/appsettings.Development.json filter=git-crypt diff=git-crypt Bimix.API/appsettings.Development.json filter=git-crypt diff=git-crypt
Bimix.UI.Web/appsettings.Development.json filter=git-crypt diff=git-crypt

3
.gitignore vendored
View File

@@ -88,6 +88,3 @@ nunit-*.xml
.idea/indexLayout.xml .idea/indexLayout.xml
.idea/tasks.xml .idea/tasks.xml
.idea/.idea_modules .idea/.idea_modules
Bimix.API/appsettings.Development.json
Bimix.UI.Web/appsettings.Development.json

Binary file not shown.

Binary file not shown.