From 4f917414d434f562c73fc957a989207a71f77efc Mon Sep 17 00:00:00 2001
From: Marc Burnie <mburnie@amazon.com>
Date: Tue, 26 Jul 2022 10:42:21 -0500
Subject: [PATCH] adding build files to helmignore

---
 devops/aws/chart/.helmignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devops/aws/chart/.helmignore b/devops/aws/chart/.helmignore
index 0e8a0eb36..6e238cb1c 100644
--- a/devops/aws/chart/.helmignore
+++ b/devops/aws/chart/.helmignore
@@ -21,3 +21,6 @@
 .idea/
 *.tmproj
 .vscode/
+# Build files
+*.html
+build-info.json
\ No newline at end of file
-- 
GitLab