From a9903b023f7dfc9121a90c76ccc256db37adbc0d Mon Sep 17 00:00:00 2001 From: fabianArbeit Date: Tue, 26 Aug 2025 10:21:23 +0200 Subject: [PATCH] ignore directories with no source code --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6b468b6..67337d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +target/ +deploy/ *.class