From 456dda52fbc93d0cdbbeb3c1ef4778bbaa559475 Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:32:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20install=E6=97=B6=E5=BF=BD=E7=95=A5docs?= =?UTF-8?q?=E4=B8=ADyaml=E5=90=8E=E7=BC=80=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index 19397eab..2da8b85d 100644 --- a/install.py +++ b/install.py @@ -68,6 +68,7 @@ def install_chores(): working_dir / "docs", install_path / "docs", dirs_exist_ok=True, + ignore=shutil.ignore_patterns("*.yaml"), )