Update .gitignore for incoming EndToEnd tests

This commit is contained in:
Bubka 2022-08-04 21:31:51 +02:00
parent 6b589dea6d
commit 4e83c6c2f6

3
.gitignore vendored
View File

@ -3,6 +3,9 @@
/public/storage /public/storage
/storage/*.key /storage/*.key
/tests/Coverage /tests/Coverage
/tests/EndToEnd/**/*.html
/tests/EndToEnd/**/output.xml
/tests/EndToEnd/**/*.png
/vendor /vendor
/.vscode /.vscode
.env .env