1
0
mirror of https://github.com/nikic/PHP-Parser.git synced 2025-05-10 15:25:21 +02:00

Add .idea and .php-cs-fixer.cache to .gitignore

This commit is contained in:
Nikita Popov 2023-02-26 15:29:47 +01:00
parent 9476cff37d
commit ee3c80f90b

2
.gitignore vendored

@ -1,5 +1,7 @@
.idea/
vendor/
composer.lock
grammar/kmyacc.exe
grammar/y.output
.phpunit.result.cache
.php-cs-fixer.cache