added root values.yaml to gitignore
This commit is contained in:
parent
6b60d78f5f
commit
219c1701a5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,3 +4,6 @@ output
|
|||
.idea
|
||||
**/*.tgz
|
||||
**/charts/*/charts
|
||||
|
||||
# only ignore the values.yaml file at the root of the repo
|
||||
/values.yaml
|
||||
|
|
Loading…
Reference in a new issue