Add gitignore
This commit is contained in:
parent
972dbe30d6
commit
52532205ee
21
.gitignore
vendored
21
.gitignore
vendored
@ -7,4 +7,25 @@
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
/lib/
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
###> squizlabs/php_codesniffer ###
|
||||
/.phpcs-cache
|
||||
/phpcs.xml
|
||||
###< squizlabs/php_codesniffer ###
|
||||
|
||||
###> friendsofphp/php-cs-fixer ###
|
||||
/.php-cs-fixer.php
|
||||
/.php-cs-fixer.cache
|
||||
###< friendsofphp/php-cs-fixer ###
|
||||
|
||||
###> symfony/phpunit-bridge ###
|
||||
.phpunit.result.cache
|
||||
/phpunit.xml
|
||||
###< symfony/phpunit-bridge ###
|
||||
|
||||
###> phpunit/phpunit ###
|
||||
/phpunit.xml
|
||||
.phpunit.result.cache
|
||||
###< phpunit/phpunit ###
|
||||
|
Loading…
Reference in New Issue
Block a user