From 9f4faab1a75a7ae2cbda83deafd90d83b06a1b03 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 1 Sep 2020 05:48:47 -0500 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=F0=9F=94=A8=20update=20do?= =?UTF-8?q?ckerignores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/.dockerignore | 7 +++++++ web/.dockerignore | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/services/.dockerignore b/services/.dockerignore index 6a8a3a811..cc2f2d9a9 100644 --- a/services/.dockerignore +++ b/services/.dockerignore @@ -24,3 +24,10 @@ **/secrets.dev.yaml **/values.dev.yaml README.md + + +# FilterLists Services custom ignores + +**/azure-pipelines*.yaml +**/*.sln +**/*.sln.DotSettings \ No newline at end of file diff --git a/web/.dockerignore b/web/.dockerignore index 362635d49..4e82d82a0 100644 --- a/web/.dockerignore +++ b/web/.dockerignore @@ -1,5 +1,5 @@ **/.gitignore -**/azure-pipelines.yaml +**/azure-pipelines*.yaml **/node_modules **/Dockerfile* **/.dockerignore