From a78acd08f61888cf08408c32a0cbd1883c8c8911 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Tue, 4 Jul 2023 11:36:45 +0200
Subject: [PATCH] update .gitignore

---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 20692b0b..f7b4de4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,9 @@ oss-params.json
 .pytest_cache
 .ruff_cache
 .tox
+
+# Documentation
+docs/build
+docs/vale/styles/*
+!docs/vale/styles/Vocab/
+docs/source/*.rst
-- 
GitLab