From b19782eca8243ccd34e3e10d0b6c00658a4b7ad6 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 23 Jun 2019 18:05:59 -0500 Subject: [PATCH] tidy dockerignore --- .dockerignore | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/.dockerignore b/.dockerignore index 5771a184e..2e15c7388 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,19 +1,34 @@ -.env +# From default Visual Studio .NET Core template +**/.dockerignore +**/.env **/.git -.gitattributes -.gitignore -**/.github +**/.gitignore **/.vs **/.vscode -.dockerignore -docker-compose.yml -docker-compose.*.yml -docker-compose.dcproj +**/*.*proj.user +**/azds.yaml +**/charts **/bin **/obj +**/Dockerfile +**/Dockerfile.develop +**/docker-compose.yml +**/docker-compose.*.yml +**/*.dbmdl +**/*.jfm +**/secrets.dev.yaml +**/values.dev.yaml +**/.toolstarget + +# Other common +**/.gitattributes +**/.github +**/docker-compose.dcproj **/.sln +**/*.DotSettings* **/node_modules -*.DotSettings* LICENSE + +# FilterLists custom **/images **/ops \ No newline at end of file