From f34290559e525e9e58356afcadb351ccae17b76d Mon Sep 17 00:00:00 2001 From: Gelieza K Date: Tue, 15 Aug 2023 11:43:17 +0200 Subject: [PATCH] Update .gitignore --- docs/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.gitignore b/docs/.gitignore index 70e4f28..b9b55dd 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,5 +1,5 @@ build/ site/ -docs/src/notebook-output/ -docs/src/notebooks/ +src/notebook-output/ +src/notebooks/ Manifest.toml \ No newline at end of file