From 735c50617812a8eb0aba98261ba86d133bcec7b7 Mon Sep 17 00:00:00 2001 From: Miles Garnsey Date: Mon, 19 Aug 2024 14:30:30 +0200 Subject: [PATCH] Make sure build dir is in .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 299b5be0..be956013 100644 --- a/.gitignore +++ b/.gitignore @@ -264,4 +264,5 @@ kubeconfig # For GHA testing .act/ -.actrc \ No newline at end of file +.actrc +*/build/ \ No newline at end of file