collection-crud/.gitignore

12 lines
191 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 ###