From e236af0a06423a32b003b52b8f6a449c3e309f81 Mon Sep 17 00:00:00 2001 From: Caleb Hattingh Date: Sun, 10 Sep 2023 22:41:34 +0200 Subject: [PATCH] Ignore the mkdocs site directory (#119) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 106eea0..eba1fea 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ tantivy.so tantivy.dylib tantivy/tantivy.cpython*.so tantivy.egg-info/ + +# Exclude the mkdocs site directory +site/