22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
|
|
# HELM IGNORE OPTIONS:
|
||
|
|
# Patterns to ignore when building Helm packages.
|
||
|
|
# Supports shell glob matching, relative path matching, and negation (prefixed with !)
|
||
|
|
|
||
|
|
.DS_Store
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
.bzr/
|
||
|
|
.bzrignore
|
||
|
|
.hg/
|
||
|
|
.hgignore
|
||
|
|
.svn/
|
||
|
|
*.swp
|
||
|
|
*.bak
|
||
|
|
*.tmp
|
||
|
|
*.orig
|
||
|
|
*~
|
||
|
|
.project
|
||
|
|
.idea/
|
||
|
|
*.tmproj
|
||
|
|
.vscode/
|