Skip to content

Commit

Permalink
fix: correct .gitignore for videos and screenshots
Browse files Browse the repository at this point in the history
Ensure that videos, screenshots and downloads in the examples are excluded from git commits
Purge incorrectly committed screenshots
  • Loading branch information
MikeMcC399 committed Dec 16, 2022
1 parent b23f22b commit 920cbab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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 920cbab

Please sign in to comment.