From 1065b9d31a15cc3c36d33f38576a09c12eb63f44 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 28 Apr 2019 08:11:37 -0500 Subject: [PATCH] dockerignore patch --- .dockerignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 774e6e7d4..0ff7b9621 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,13 +6,12 @@ .vscode images ops -scripts -*/bin -*/obj codecov.yml .dockerignore docker-compose.yml docker-compose.*.yml *.DotSettings* FilterLists.postman_collection.json -LICENSE \ No newline at end of file +LICENSE +*/bin +*/obj \ No newline at end of file