aboutsummaryrefslogtreecommitdiffstats
path: root/deployments/helm/servicemesh/connectivity/gateways/.helmignore
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-09-24 16:39:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-24 16:39:20 +0000
commit4b6111129d534938db10df8ede56ac2a44ce49dd (patch)
tree8f567ea74544838555a1365f6bcf5df1662d60a2 /deployments/helm/servicemesh/connectivity/gateways/.helmignore
parent1a6f392e4f1bc010c3b15a5c10f89067a7ef7fb4 (diff)
parentb40f2d639d45e866bb0745e8e4eccf46cad2cf1e (diff)
Merge "Helm chart for multicloud-k8s connectivity"
Diffstat (limited to 'deployments/helm/servicemesh/connectivity/gateways/.helmignore')
-rw-r--r--deployments/helm/servicemesh/connectivity/gateways/.helmignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/deployments/helm/servicemesh/connectivity/gateways/.helmignore b/deployments/helm/servicemesh/connectivity/gateways/.helmignore
new file mode 100644
index 00000000..50af0317
--- /dev/null
+++ b/deployments/helm/servicemesh/connectivity/gateways/.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/