chore: add storybook-static folder to .gitignore (#5075)

#### 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
```
pull/5079/head
Ryan Wang 2023-12-19 17:12:07 +08:00 committed by GitHub
parent d6dc2a7bbe
commit 25bd378a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
console/.gitignore vendored
View File

@ -29,3 +29,4 @@ coverage
*.sw?
!src/build
storybook-static