From fb7548230d4a1f15a0407940a010b5f3010ff852 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 11 Apr 2018 23:07:17 -0500 Subject: [PATCH] Git: update gitignore to exclude built charts This PS updates the gitignore to exlude chart build artifacts. Change-Id: Icf8cfe496c18615441b1b118e7da12531d65eee3 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78787920..869214f7 100644 --- a/.gitignore +++ b/.gitignore @@ -107,9 +107,11 @@ ChangeLog AUTHORS # build/lint artifacts +*.tgz +**/*.tgz /charts/shipyard/charts /charts/shipyard/requirements.lock .DS_Store # vscode -.vscode/ \ No newline at end of file +.vscode/