Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/design-system/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.scss-dts
storybook-static
__screenshots__
.vitest-attachments
Comment on lines +3 to +4
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__screenshots__ shouldn't be ignored, we'll want to commit them at some point
Why do you need to ignore it? Are there any screenshots created locally?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any screenshots created locally?- exactly. Quite often Cursor agent executes tests and it generates screenshots.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but why? do we have any toMatchScreenshot tests?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think AI does it to view the screenshot of failed test and understand what's wrong

Loading