Git: update gitignore to exclude built charts

This PS updates the gitignore to exlude chart build artifacts.

Change-Id: Icf8cfe496c18615441b1b118e7da12531d65eee3
This commit is contained in:
Pete Birley 2018-04-11 23:07:17 -05:00
parent 2e780aef5a
commit fb7548230d
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -107,9 +107,11 @@ ChangeLog
AUTHORS
# build/lint artifacts
*.tgz
**/*.tgz
/charts/shipyard/charts
/charts/shipyard/requirements.lock
.DS_Store
# vscode
.vscode/
.vscode/