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:
parent
2e780aef5a
commit
fb7548230d
4
.gitignore
vendored
4
.gitignore
vendored
@ -107,9 +107,11 @@ ChangeLog
|
|||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
||||||
# build/lint artifacts
|
# build/lint artifacts
|
||||||
|
*.tgz
|
||||||
|
**/*.tgz
|
||||||
/charts/shipyard/charts
|
/charts/shipyard/charts
|
||||||
/charts/shipyard/requirements.lock
|
/charts/shipyard/requirements.lock
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# vscode
|
# vscode
|
||||||
.vscode/
|
.vscode/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user