Add missing .helmignore
This commit is contained in:
parent
052efd077c
commit
10db0f09d0
@ -20,3 +20,5 @@
|
|||||||
.idea/
|
.idea/
|
||||||
*.tmproj
|
*.tmproj
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
git
|
||||||
|
24
charts/kubezero-aws-efs-csi-driver/.helmignore
Normal file
24
charts/kubezero-aws-efs-csi-driver/.helmignore
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# 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
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
git
|
2
charts/kubezero-istio/.helmignore
Normal file
2
charts/kubezero-istio/.helmignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
istioctl
|
||||||
|
istio-?.?.?
|
Loading…
Reference in New Issue
Block a user