Skip to content

Commit

Permalink
chore: add storybook-static folder to .gitignore (#5075)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
ruibaby authored Dec 19, 2023
1 parent d6dc2a7 commit 25bd378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ coverage
*.sw?

!src/build
storybook-static

0 comments on commit 25bd378

Please sign in to comment.