We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fd1a6 commit 8e165b4Copy full SHA for 8e165b4
.gitignore
@@ -7,3 +7,7 @@ dist
7
# when working with contributors
8
package-lock.json
9
yarn.lock
10
+
11
+# cypress recordings during a test run are temporary files
12
+/cypress/videos/
13
+/cypress/screenshots/
0 commit comments