-
-
Notifications
You must be signed in to change notification settings - Fork 37
feat: Add Playwright output folder to .gitignore
#482
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
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 |
|
@JReinhold Do you think it would be viable that the Doing the same for |
@manuel3108 thank you, we should have done this ages ago. Will take some time to be released because we're doing hard work on the upcoming major version. 🙂 |
Thanks! Only the playwright thing remaining now. |
.gitignore
.gitignore
Just tested and I guess that this issue can be closed. |
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: