mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
2417333107
Adds the `yoeunes/regex-parser` library as a dependency. This library will be used for advanced regular expression validation and analysis within the application. Also updates the .gitignore to ignore vendor directories within the `src` directory, and adds `composer.lock` to it.
23 lines
280 B
Plaintext
23 lines
280 B
Plaintext
/.idea/
|
|
/.DS_Store
|
|
|
|
/vendor/
|
|
/node_modules/
|
|
|
|
/.cache/php-cs-fixer/
|
|
/.cache/phplint/
|
|
/.cache/phpstan/
|
|
/.cache/phpunit/
|
|
|
|
/.php-cs-fixer.php
|
|
/phpunit.xml
|
|
/taskfile.yml
|
|
/phpstan.neon
|
|
|
|
/npm-debug.log
|
|
|
|
/tests/Symfony/Fixtures/project/public/vendor/
|
|
|
|
src/**/vendor/
|
|
src/**/composer.lock
|