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 commit
Purge incorrectly committed screenshots
  • Loading branch information
MikeMcC399 committed Dec 16, 2022
1 parent b23f22b commit 492cd59
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 492cd59

Please sign in to comment.