From 2c5cd7a79e9725afa8a98e5067847de28c53cbf5 Mon Sep 17 00:00:00 2001 From: Sebastian Brosch Date: Sun, 13 Oct 2024 00:41:08 +0200 Subject: [PATCH] solution for race condition --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1644e00..95456bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/ .gradle/ -build/ \ No newline at end of file +build/ +bin/ \ No newline at end of file