change gitignore to include cypress screenshots and videos #36

Merged
joan merged 1 commits from gitignore-cypress into dev 2023-01-27 08:42:09 +00:00
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -27,3 +27,7 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
# Cypress directories and files
/tests/cypress/videos
/tests/cypress/screenshots