diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-13 20:01:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-13 20:01:49 +0000 |
commit | b22fc258c15ac525557d4325ca2441314a23d91e (patch) | |
tree | f72e5b12ee6ad95ffae3c74d0c9a62171581839a /kubernetes/dcaemod/.helmignore | |
parent | 49a383dfd9078a83660b1727c6cc8ef6a9646b44 (diff) | |
parent | 7723ffe4fbf131cf3562343cc91a7b88c984b55f (diff) |
Merge "Add dcaemod charts"
Diffstat (limited to 'kubernetes/dcaemod/.helmignore')
-rw-r--r-- | kubernetes/dcaemod/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/dcaemod/.helmignore b/kubernetes/dcaemod/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/dcaemod/.helmignore @@ -0,0 +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. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj |