From a5972edc0bc7c0d569d55e9b0034e2b45f62a070 Mon Sep 17 00:00:00 2001
From: Aleksandr Soborov <asoborov@gitlab.com>
Date: Wed, 11 Sep 2019 07:01:51 +0000
Subject: [PATCH] Add additional dirs to QA image Dockerignore

---
 .dockerignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.dockerignore b/.dockerignore
index 4f5b33de16782..d55686191696c 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -10,6 +10,7 @@
 # - ./INSTALLATION_TYPE
 # - ./VERSION
 
+/.git/
 /app/
 /bin/
 /builds/
@@ -69,6 +70,7 @@
 /locale/
 /log/
 /modules/
+/node_modules/
 /plugins/
 /public/
 /rubocop/
-- 
GitLab