[RIC-435] DevOps: Create Simulator on K8S

Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: I7d486e22e8e9c507d6ca69ebf525755e012ba908
diff --git a/tools/gnbe2-oran-simu/.helmignore b/tools/gnbe2-oran-simu/.helmignore
new file mode 100644
index 0000000..50af031
--- /dev/null
+++ b/tools/gnbe2-oran-simu/.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/