From 4bc4172e5085affc87aba8dcc0719b726102b116 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Mon, 7 Nov 2022 08:57:38 +0100
Subject: [PATCH] only ignore docs/build, not the sources/config

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c4d57182..4aff35c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,5 @@ htmlcov
 dist
 venv
 .vscode
-docs/
\ No newline at end of file
+docs/build
+
-- 
GitLab