Files
filament/.gitignore
T
Dan Harrin e5c1be713d chore: Introduce Pest browser testing for the framework (#18857)
* chore: Introduce Pest browser testing for the framework

* cs

* fix tests

* fix

* Update tags-input.blade.php
2026-01-04 22:07:21 +00:00

19 lines
240 B
Plaintext

/.idea
/.phpunit.cache
/build
/coverage
/node_modules
/node_modules.nosync
/vendor
/vendor.nosync
/.vscode
.DS_Store
.phpunit.cache
.phpunit.result.cache
composer.phar
Thumbs.db
phpunit.xml
.env.testing
!phpunit.*.xml
/tests/**/Screenshots