forked from verdnatura/salix-front
change gitignore to include cypress screenshots and videos
This commit is contained in:
parent
70ebb0f286
commit
828aad23fc
|
@ -27,3 +27,7 @@ yarn-error.log*
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
|
|
||||||
|
# Cypress directories and files
|
||||||
|
/tests/cypress/videos
|
||||||
|
/tests/cypress/screenshots
|
Loading…
Reference in New Issue