diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-28 22:45:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-28 22:45:04 +0000 |
commit | 6ec630200eda295cac493cf3347bdd43e4be339a (patch) | |
tree | 1a5f6ba051c5b657f5e7ce8df26b215a66ac7e85 /vnfs/DAaaS/inference-core/.helmignore | |
parent | 70fe0a833c686b05a24225653c3c594189789749 (diff) | |
parent | a3331442a2102920cd039c4bf04e9bac0f7358c8 (diff) |
Merge "Inference package with Tensorflow Serving"
Diffstat (limited to 'vnfs/DAaaS/inference-core/.helmignore')
-rw-r--r-- | vnfs/DAaaS/inference-core/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vnfs/DAaaS/inference-core/.helmignore b/vnfs/DAaaS/inference-core/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/vnfs/DAaaS/inference-core/.helmignore @@ -0,0 +1,22 @@ +# 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 +.vscode/ |