diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-08-19 23:18:20 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-08-19 23:18:20 -0700 |
commit | de82cc4d161f0010135ddcb4581f4864ea4c85e1 (patch) | |
tree | 7329355448fbdfaaa61dc3460570020753e12f06 /vnfs/DAaaS/sample-apps/sample-minio-save-model/.helmignore | |
parent | fb02e312f8b4136a1b0a3319e13ed911453b4374 (diff) |
Sample Application to save model to Minio
Sample Application to save model to Minio
Change-Id: Ieb5fe409564bfe363c4fd3fbab165d9c89ad5c37
Issue-ID: ONAPARC-460
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/sample-apps/sample-minio-save-model/.helmignore')
-rw-r--r-- | vnfs/DAaaS/sample-apps/sample-minio-save-model/.helmignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vnfs/DAaaS/sample-apps/sample-minio-save-model/.helmignore b/vnfs/DAaaS/sample-apps/sample-minio-save-model/.helmignore new file mode 100644 index 00000000..33aaef25 --- /dev/null +++ b/vnfs/DAaaS/sample-apps/sample-minio-save-model/.helmignore @@ -0,0 +1,24 @@ +# 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/ + +build
\ No newline at end of file |