diff options
Diffstat (limited to '.helmignore')
-rw-r--r-- | .helmignore | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/.helmignore b/.helmignore index 586046a..f0c1319 100644 --- a/.helmignore +++ b/.helmignore @@ -1,7 +1,21 @@ # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. - -# k8s scripts -ete-k8s.sh -demo-k8s.sh +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj |