Skip to content

Commit

Permalink
Merge pull request #677 from MikeMcC399/fix/gitignore
Browse files Browse the repository at this point in the history
Correct .gitignore for videos and screenshots created by running examples
  • Loading branch information
jaffrepaul committed Dec 19, 2022
2 parents 0a25799 + 89e59e5 commit 35d6f54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
@@ -1,6 +1,6 @@
node_modules/
cypress/videos/
examples/*/cypress/videos
examples/*/cypress/screenshots
examples/**/cypress/videos
examples/**/cypress/screenshots
examples/**/cypress/downloads
results.json
.vscode/
.vscode/
Binary file removed examples/v10/chrome/cypress/screenshots/runner.png
Binary file not shown.
Binary file not shown.

0 comments on commit 35d6f54

Please sign in to comment.