From 25bd378a126f67769b066e8e0a26e245571b9337 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 19 Dec 2023 17:12:07 +0800 Subject: [PATCH] chore: add storybook-static folder to .gitignore (#5075) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area console #### What this PR does / why we need it: storybook-static 文件夹为 Storybook 的构建目录,此 PR 将此文件夹添加到 .gitignore #### Does this PR introduce a user-facing change? ```release-note None ``` --- console/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/console/.gitignore b/console/.gitignore index 36bbbe466..b6c6ca7cd 100644 --- a/console/.gitignore +++ b/console/.gitignore @@ -29,3 +29,4 @@ coverage *.sw? !src/build +storybook-static