From b614dde51f1a58c7f3008926b6caaf40cd8cbcda Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 20 May 2021 11:38:09 -0700 Subject: [PATCH] Add unwanted values.yaml files to .gitignore Issue-ID: LF-Jira IT-22075 Issue-ID: LF-Jira IT-22185 Signed-off-by: Eric Ball --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0327119..b219c95 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,9 @@ -*.log -.env -*.tgz --*.lock \ No newline at end of file +-*.lock + +otf-helm/otf/values.yaml +otf-helm/otf/charts/databases/mysqldb/values.yaml +otf-service-api/helm/otf-service-api/values.yaml + -- 2.16.6