Skip to content

Commit

Permalink
Exclude cypress screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wahlin authored and Dan Wahlin committed Apr 1, 2020
1 parent 49af4c0 commit 2c3b3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dist
src/app/devDist
src/app/dist

cypress/videos
cypress/videos/
cypress/screenshots/



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "~3.7.5"
},
"optionalDependencies": {
"cypress": "^4.2.0",
"cypress": "^4.3.0",
"@bahmutov/add-typescript-to-cypress": "^2.1.2"
}
}

0 comments on commit 2c3b3c2

Please sign in to comment.