diff --git a/src/.gitignore b/src/.gitignore index a8c005d..d963265 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,7 @@ # Agent Prospect.Agent.dll +appsettings.Development.json +appsettings.Production.json ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. diff --git a/src/Prospect.Server.Api/appsettings.Development.json b/src/Prospect.Server.Api/appsettings.Development.json deleted file mode 100644 index 2c63c08..0000000 --- a/src/Prospect.Server.Api/appsettings.Development.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -}