diff --git a/.gitattributes b/.gitattributes index d850805..4193251 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ Bimix.API/appsettings.Development.json filter=git-crypt diff=git-crypt +Bimix.UI.Web/appsettings.Development.json filter=git-crypt diff=git-crypt \ No newline at end of file diff --git a/.gitignore b/.gitignore index d25ab48..f5c663e 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,3 @@ nunit-*.xml .idea/indexLayout.xml .idea/tasks.xml .idea/.idea_modules - -Bimix.API/appsettings.Development.json -Bimix.UI.Web/appsettings.Development.json diff --git a/Bimix.API/appsettings.Development.json b/Bimix.API/appsettings.Development.json new file mode 100644 index 0000000..3c9a030 Binary files /dev/null and b/Bimix.API/appsettings.Development.json differ diff --git a/Bimix.UI.Web/appsettings.Development.json b/Bimix.UI.Web/appsettings.Development.json new file mode 100644 index 0000000..74d2c36 Binary files /dev/null and b/Bimix.UI.Web/appsettings.Development.json differ