21 lines
No EOL
297 B
Text
21 lines
No EOL
297 B
Text
# Ignore the ignore file
|
|
.helmignore
|
|
|
|
# Ignore the Helm chart's packaged tarball
|
|
*.tgz
|
|
|
|
# Ignore git related files
|
|
.git
|
|
.gitignore
|
|
|
|
# Ignore github automation files
|
|
.github
|
|
|
|
# Ignore inputs file
|
|
input.json
|
|
|
|
# Ignore the filled in values file
|
|
values.filled.yaml
|
|
|
|
# Ignore .old (backup) files
|
|
*.old* |