diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-18 00:08:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 00:08:03 +0000 |
commit | f2c835390a34a0595f2361cb407110d55095c377 (patch) | |
tree | 1752b827f19a0abde85799f0cb86302cdc0b407e /kubernetes/aai/charts/aai-cassandra/.helmignore | |
parent | ef5004bd2145fdff8d529af84e499b5109fffd93 (diff) | |
parent | 1a3a3557a080ba7ee7d1022d9a3dd0e165779ab2 (diff) |
Merge "Update from using hbase to using cassandra"
Diffstat (limited to 'kubernetes/aai/charts/aai-cassandra/.helmignore')
-rw-r--r-- | kubernetes/aai/charts/aai-cassandra/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-cassandra/.helmignore b/kubernetes/aai/charts/aai-cassandra/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/aai/charts/aai-cassandra/.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 |