From b0112198c62409b98fb045e6d83c8ec804204bf6 Mon Sep 17 00:00:00 2001 From: jnywong Date: Thu, 24 Oct 2024 11:52:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Ignore=20MyST=20HTML=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 82f9275..23ff20a 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# MyST +_build