From b464c7507f042ff148b49a4ee81e4c409af0b177 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Thu, 27 Aug 2026 00:05:59 +0000 Subject: [PATCH] add openapi.json to gitignore --- docsite/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/.gitignore b/docsite/.gitignore index e258cd1c..a954caa9 100644 --- a/docsite/.gitignore +++ b/docsite/.gitignore @@ -20,4 +20,5 @@ yarn-debug.log* yarn-error.log* lib -docs/api/ \ No newline at end of file +docs/api/ +static/openapi.json \ No newline at end of file -- 2.51.2