From e43d645e7fe28352687ca000f813da84b2f2d843 Mon Sep 17 00:00:00 2001 From: irl Date: Wed, 21 May 2025 14:16:49 +0100 Subject: [PATCH] build: ignore generated docs for git --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1307e84..e3f49ce 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,7 @@ yarn-debug.log* yarn-error.log* # IntelliJ -/.idea \ No newline at end of file +/.idea + +# Generated docs +/docs/api \ No newline at end of file