From 070a7716cddc9122ca3282ebd7b079f925e03049 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Tue, 6 Mar 2018 15:34:32 +0000 Subject: [PATCH] Ignore .tgz and .lock files from the helm build Issue-ID: OOM-785 Change-Id: I248f3c9c83dbb701177754dfe7f275d1c6655a71 Signed-off-by: Mandeep Khinda --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 028a8ee5c5..4dcd874cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ kubernetes/config/onap-parameters.yaml .idea/* +kubernetes/dist/* +requirements.lock +**/charts/*.tgz -- 2.16.6