diff options
author | 2019-08-07 15:57:19 +0000 | |
---|---|---|
committer | 2019-08-07 15:57:19 +0000 | |
commit | 99d4574f6385666f21d5c31fd0e9046a2ab509ef (patch) | |
tree | 3824e4ff886c7fb61a6e3435aa9add048a79d508 /deployments/helm/servicemesh/istio-operator/.helmignore | |
parent | eb950b3aa170a208fbf1ea5484029118d5d1d754 (diff) | |
parent | b54f9760780c88ecd5bb8ae24766849122f871df (diff) |
Merge "Helm chart to deploy Istio-operator"
Diffstat (limited to 'deployments/helm/servicemesh/istio-operator/.helmignore')
-rw-r--r-- | deployments/helm/servicemesh/istio-operator/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/deployments/helm/servicemesh/istio-operator/.helmignore b/deployments/helm/servicemesh/istio-operator/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/deployments/helm/servicemesh/istio-operator/.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/ |