diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-08-29 19:11:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-29 19:11:41 +0000 |
commit | 55e351e7f20c6f8b8a183dac7a2fbad85bfcfd85 (patch) | |
tree | 498d64faabc64a25c270cd00e61a1bbc4fd157c4 /kubernetes/pomba/charts/pomba-search-data/.helmignore | |
parent | f518374148e940c92fefbcf4acf5d24c48e9bdaf (diff) | |
parent | 417b3b46c64f965bed72793b3572ee89b73b22e6 (diff) |
Merge "Add Search Data Service to POMBA OOM"
Diffstat (limited to 'kubernetes/pomba/charts/pomba-search-data/.helmignore')
-rw-r--r-- | kubernetes/pomba/charts/pomba-search-data/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/pomba/charts/pomba-search-data/.helmignore b/kubernetes/pomba/charts/pomba-search-data/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/pomba/charts/pomba-search-data/.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 |