diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 index 614b191c3..306cb0540 --- a/.dockerignore +++ b/.dockerignore @@ -73,4 +73,9 @@ bld/ # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache -!*.[Cc]ache/ \ No newline at end of file +!*.[Cc]ache/ + +docker-compose/ +doc +guidlines +tests diff --git a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj index 98c695889..f9e5fdaaa 100755 --- a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj +++ b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj @@ -1,4 +1,4 @@ -