Files
nimbus/.gitignore
Mazen Touati dc1f76b4a6 chore: setup E2E foundation (#22)
* 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
2025-11-19 19:43:31 +01:00

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/