* chore: setup E2E foundation * chore: use http to clone the repo this will make it work in GHA (no SSH is needed). * chore: add missing dependencies to e2e ci
28 lines
395 B
Plaintext
28 lines
395 B
Plaintext
/vendor
|
|
/node_modules
|
|
/.idea
|
|
/.fleet
|
|
/.vscode
|
|
/coverage
|
|
tests/.phpunit.cache
|
|
tests/phpunit.xml
|
|
/build
|
|
/tests/build
|
|
tests/.phpunit.result.cache
|
|
npm-debug.log
|
|
_ide_helper.php
|
|
_ide_helper_models.php
|
|
.phpstorm.meta.php
|
|
.DS_Store
|
|
**/*/.DS_Store
|
|
tools/phpstan/build
|
|
resources/dist/hot
|
|
|
|
# Playwright
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|