From 6e51a9f39119db6e04f9ccff829d7922dc4139aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Mon, 18 Dec 2017 12:52:05 +0100 Subject: [PATCH] Added global.json to dockerignore. --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 37e211fa2..4b95bc627 100644 --- a/.dockerignore +++ b/.dockerignore @@ -21,4 +21,5 @@ cli-linux **/bin/ **/obj/ **/node_modules/ -**/bower_components/ \ No newline at end of file +**/bower_components/ +global.json \ No newline at end of file