From 1e2fd1c3fa0b9d4c07f641d53c1cbf2393a82289 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 23 Jun 2019 18:24:29 -0500 Subject: [PATCH] tidy dockerignore --- .dockerignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 2e15c7388..7d6686b29 100644 --- a/.dockerignore +++ b/.dockerignore @@ -24,11 +24,15 @@ **/.gitattributes **/.github **/docker-compose.dcproj -**/.sln **/*.DotSettings* **/node_modules +**/*.md LICENSE # FilterLists custom -**/images -**/ops \ No newline at end of file +FilterLists.sln +FilterLists.Api.sln +src/FilterLists.Agent/* +imgs +ops +data/TPLSubscriptionAssistant.html \ No newline at end of file