diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-03-06 15:34:32 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-03-06 15:34:32 +0000 |
commit | 070a7716cddc9122ca3282ebd7b079f925e03049 (patch) | |
tree | b65218c77f3d665d89278041026fe903f1d71f2d | |
parent | b6f992d5421b778cca7549b24f753107505b0b1e (diff) |
Ignore .tgz and .lock files from the helm build
Issue-ID: OOM-785
Change-Id: I248f3c9c83dbb701177754dfe7f275d1c6655a71
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |