-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Playwright and Storybook output folder in .gitignore
#482
Comments
What did you change after scaffolding the project to make those tools generate files in those output folders? Just tried running |
For |
Now i understand. Actually, we are only executing the storybook cli for the storybook add-on:
@JReinhold is this maybe something that could be added to the storybook cli? We could technically also add it here if that causes trouble on your side.
That's not happening for me on a freshly created project. Need to add that I'm running it with |
|
During
sv create
, whenplaywright
andstorybook
is added to the new project,.gitignore
should includeas these are output/build folders.
The text was updated successfully, but these errors were encountered: