mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-21 05:20:26 +08:00
* chore: Introduce Pest browser testing for the framework * cs * fix tests * fix * Update tags-input.blade.php
19 lines
240 B
Plaintext
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
|