From 641746b05db55e70c7e064688656c51095700003 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 7 Jan 2020 14:42:22 -0600 Subject: [PATCH] cleanup of dockerignore --- .dockerignore | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index bfeaa5a..a27ca7c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,8 +1,20 @@ +# Installed node files node_modules/ + +# Logging files log/ + +# Files open as swp in an editor *.swp + +# Development / CICD / Deployment files pipeline.yml +.helm/ +Dockerfile + +# Development documentation README.md CONTRIBUTING.md -test/ -.helm/ \ No newline at end of file + +# Testing +test/ \ No newline at end of file