From 93dd8523e66e58b68f375bdf23a8f08d583af7ef Mon Sep 17 00:00:00 2001 From: Scott Little Date: Thu, 3 Mar 2022 13:28:42 -0500 Subject: [PATCH] gitignore build artifacts Setting up a minikube build environment and building packages leaves some artifacts in the tools git, visible to 'git status'. In future we may wish to revisit this issue. Can the files be placed somewhere outsside of the git filesystem? Can the files be cleaned up? For now any such artifacts should be ignored by git, so as to not confuse the users. Story: 2008862 Task: 44682 Signed-off-by: Scott Little Change-Id: I13a98b2b4700b1603be3feb1c8db675a49976a8e --- stx/stx-build-tools-chart/stx-builder/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stx/stx-build-tools-chart/stx-builder/.gitignore diff --git a/stx/stx-build-tools-chart/stx-builder/.gitignore b/stx/stx-build-tools-chart/stx-builder/.gitignore new file mode 100644 index 00000000..9dfbc9ea --- /dev/null +++ b/stx/stx-build-tools-chart/stx-builder/.gitignore @@ -0,0 +1,5 @@ +Chart.lock +charts/ +configmap/stx-localrc +dependency_chart/stx-pkgbuilder/configmap/stx-localrc +