26 lines
No EOL
388 B
Text
26 lines
No EOL
388 B
Text
# Ignore the ignore file
|
|
.helmignore
|
|
|
|
# Ignore the Helm chart's packaged tarball
|
|
ba-services-*.tgz
|
|
|
|
# Ignore git related files
|
|
.git
|
|
.gitignore
|
|
|
|
# Ignore Github automation files
|
|
.github
|
|
.forgejo
|
|
|
|
# Ignore inputs file
|
|
input.json
|
|
|
|
# Ignore the filled in values file
|
|
values.filled.yaml
|
|
|
|
# Ignore the lock file for dependencies
|
|
requirements.lock
|
|
Chart.lock
|
|
|
|
# Ignore .old (backup) files
|
|
*.old* |