diff options
Diffstat (limited to 'kubernetes/common/common/.helmignore')
-rw-r--r-- | kubernetes/common/common/.helmignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/kubernetes/common/common/.helmignore b/kubernetes/common/common/.helmignore index f066c4b723..569baddc3a 100644 --- a/kubernetes/common/common/.helmignore +++ b/kubernetes/common/common/.helmignore @@ -2,6 +2,7 @@ # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store + # Common VCS dirs .git/ .gitignore @@ -10,23 +11,30 @@ .hg/ .hgignore .svn/ + # Common backup files *.swp *.bak *.tmp *~ + # Various IDEs .project .idea/ +.vscode/ *.tmproj + # Project/CI/CD related items .gitlab .gitlab-ci.yml +.gitignore .dockerignore + # Helm build files .helmignore .cache/ -.local/ .config/ +.local/ + # OOM specific dirs components/ |