From f0b0daadb872d2c96e1bc8ad40786b510686df1e Mon Sep 17 00:00:00 2001 From: Maximilian Hoerstrup Date: Mon, 6 May 2024 09:47:32 +0200 Subject: [PATCH] Add the build folder of the docu to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3b2df06..8459862 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,8 @@ coverage.xml *.vscode *.antlr +# ignore docu build folder +site/ + # ignore log files temp/ \ No newline at end of file