aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/sdewan_controllers/.helmignore
diff options
context:
space:
mode:
authorYao Le <le.yao@intel.com>2020-06-29 22:05:35 +0800
committerRitu Sood <ritu.sood@intel.com>2020-09-23 17:54:01 +0000
commit4e3adf2715da3902790163a4954e87555fcfc28e (patch)
treeb840b1c224c28c93c7cef6d1469d4c6b28de5409 /kud/deployment_infra/helm/sdewan_controllers/.helmignore
parentfef2f1a959341d2abaea6dadaecccc4952c284c9 (diff)
Create helm chart for ICN/SDEWAN controllers
Create helm chart for sdewan-controller in KUD Issue-ID: MULTICLOUD-1104 Signed-off-by: Yao Le <le.yao@intel.com> Change-Id: Ic5d8daecdecba52c05d3ed38fa91ebd555ce5533
Diffstat (limited to 'kud/deployment_infra/helm/sdewan_controllers/.helmignore')
-rw-r--r--kud/deployment_infra/helm/sdewan_controllers/.helmignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/sdewan_controllers/.helmignore b/kud/deployment_infra/helm/sdewan_controllers/.helmignore
new file mode 100644
index 00000000..0e8a0eb3
--- /dev/null
+++ b/kud/deployment_infra/helm/sdewan_controllers/.helmignore
@@ -0,0 +1,23 @@
+# 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
+*.orig
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/