parent
48f4ab8aa4
commit
d78a292f47
1 changed files with 25 additions and 1 deletions
26
.helmignore
26
.helmignore
|
@ -1,4 +1,28 @@
|
|||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.terraform/
|
||||
bin/
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
|
||||
# CI and test
|
||||
.circleci/
|
||||
.github/
|
||||
.gitlab-ci.yml
|
||||
test/
|
||||
|
|
Loading…
Reference in a new issue