From d85339cfd97b2182d5871c32671cf8336315e052 Mon Sep 17 00:00:00 2001 From: Jan De Landtsheer Date: Mon, 25 Aug 2025 09:46:23 +0200 Subject: [PATCH] TODO: check why there is suddenly a ./target dir in the root --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 95d10bd..0606ace 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Build artifacts output/ cache/ +target/ # Note: components/ directory contains git submodules and should be tracked