From 0df2b8a52ba43dc9ff0ec3726baa70e07fd55718 Mon Sep 17 00:00:00 2001 From: Grzegorz Wielgosinski Date: Fri, 16 Apr 2021 13:03:02 +0200 Subject: Fix issue with missing Docker file for building docker-image Issue-ID: INT-1896 Signed-off-by: Grzegorz Wielgosinski Change-Id: Ib37d73ec965a5f514973482d2434095daf86cc23 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 21f73a6..0b7223b 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ local.properties # Typically, this file would be tracked if it contains build/dependency configurations: #.project a1-pe-simulator.iml + +# Building docker-image files +**/docker/resource/* \ No newline at end of file -- cgit 1.2.3-korg