8 lines
146 B
Text
8 lines
146 B
Text
# Ignore the ignore file
|
|
.helmignore
|
|
# Ignore the Helm chart's packaged tarball
|
|
*.tgz
|
|
# Ignore git files
|
|
*.git
|
|
# Ignore the input file
|
|
input.json
|