From a180c78a2a86e4312970cacf8b13d928e178b889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Fri, 24 May 2024 11:55:48 +0200 Subject: [PATCH] Add bin/ to .gitingore When using VS Code with suggested JAVA extensions a lot of class files in bin are created. These should be ignored. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a3d6f2425..a20282bc3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ target/ .gradle .gradletasknamecache build +bin/ # Ignore tmp directory tmp