From ee842f3783401aee391a39fa92d0da07764e802a Mon Sep 17 00:00:00 2001 From: Jan De Landtsheer Date: Fri, 15 Aug 2025 22:12:14 +0200 Subject: [PATCH] Fix .gitignore: allow tracking of components/ submodules directory --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 063a2e2..95d10bd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,7 @@ output/ cache/ -# Git submodules directory (managed separately) -components/ +# Note: components/ directory contains git submodules and should be tracked # Docker artifacts .dockerignore