Skip to content

Commit 8e165b4

Browse files
committed
chore: fix gitignore to ignore cypress videos/screenshots
1 parent 94fd1a6 commit 8e165b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ dist
77
# when working with contributors
88
package-lock.json
99
yarn.lock
10+
11+
# cypress recordings during a test run are temporary files
12+
/cypress/videos/
13+
/cypress/screenshots/

0 commit comments

Comments
 (0)