mirror of https://github.com/halo-dev/halo
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
parent
d6dc2a7bbe
commit
25bd378a12
|
@ -29,3 +29,4 @@ coverage
|
|||
*.sw?
|
||||
|
||||
!src/build
|
||||
storybook-static
|
||||
|
|
Loading…
Reference in New Issue