From 3c805a50ca710e123aa18ad1bfa01ea4f1ee40d2 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 5 May 2021 14:28:20 +0200 Subject: build: Update Docker ignores to prevent unnecessary builds This changes updates the .dockerignore files in the repository in order to prevent building when not necessary. --- opendc-web/opendc-web-ui/.dockerignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'opendc-web/opendc-web-ui') diff --git a/opendc-web/opendc-web-ui/.dockerignore b/opendc-web/opendc-web-ui/.dockerignore index dd87e2d7..b91894f6 100644 --- a/opendc-web/opendc-web-ui/.dockerignore +++ b/opendc-web/opendc-web-ui/.dockerignore @@ -1,2 +1,9 @@ +Dockerfile + +.idea/ +**/out +*.iml +.idea_modules/ + node_modules build -- cgit v1.2.3