diff options
author | Marco Platania <platania@research.att.com> | 2019-05-07 14:55:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-07 14:55:00 +0000 |
commit | efe1bac85828cff233167bdaaae7edd26b03e7a4 (patch) | |
tree | 5c9cca5b20ab5fe3d82ae2f25b6a56c4abae2ce1 /vnfs/DAaaS/visualization/charts/grafana/.helmignore | |
parent | 2e3e9ce49761fa60e9605a5c4ac74c1509596029 (diff) | |
parent | 5b1cd4ca88dd979c4b538c41db53031706e8d31b (diff) |
Merge "Visualization Helm charts package"
Diffstat (limited to 'vnfs/DAaaS/visualization/charts/grafana/.helmignore')
-rwxr-xr-x | vnfs/DAaaS/visualization/charts/grafana/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vnfs/DAaaS/visualization/charts/grafana/.helmignore b/vnfs/DAaaS/visualization/charts/grafana/.helmignore new file mode 100755 index 00000000..7c04072e --- /dev/null +++ b/vnfs/DAaaS/visualization/charts/grafana/.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 +OWNERS |