collection-crud/.gitignore

19 lines
330 B
Plaintext
Raw Normal View History

2017-11-30 15:06:13 -05:00
###> symfony/framework-bundle ###
.env
/public/bundles/
/var/
2017-11-09 11:53:01 -05:00
/vendor/
2017-11-30 15:06:13 -05:00
###< symfony/framework-bundle ###
2022-02-18 12:04:13 -05:00
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
2022-03-03 10:19:01 -05:00
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
tools/php-cs-fixer/vendor/