From 770b9533460186cc402d61c85ff219ecddb2cf28 Mon Sep 17 00:00:00 2001 From: Mikael Vejdemo-Johansson Date: Tue, 6 Feb 2024 13:11:01 +0000 Subject: [PATCH] Ignore build directory. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f3e3b54..9c9e2629 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ hs_err_pid* .gradle/ .idea/ target/ -project/ \ No newline at end of file +project/ +build/