diff options
Diffstat (limited to 'kubernetes/common/elasticsearch/.helmignore')
-rw-r--r-- | kubernetes/common/elasticsearch/.helmignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/common/elasticsearch/.helmignore b/kubernetes/common/elasticsearch/.helmignore index 0bab41b6b1..569baddc3a 100644 --- a/kubernetes/common/elasticsearch/.helmignore +++ b/kubernetes/common/elasticsearch/.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/ .config/ .local/ + # OOM specific dirs components/ |