cc72373e3d
This has the benefit of requiring fewer code changes, as well as providing a better isolation between GNU social and symfony, useful in case the framework needs to be changed
22 lines
393 B
Plaintext
22 lines
393 B
Plaintext
|
|
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/config/secrets/prod/prod.decrypt.private.php
|
|
/public/bundles/
|
|
/var/
|
|
/vendor/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> symfony/phpunit-bridge ###
|
|
.phpunit
|
|
.phpunit.result.cache
|
|
/phpunit.xml
|
|
###< symfony/phpunit-bridge ###
|
|
|
|
###> friendsofphp/php-cs-fixer ###
|
|
!.php_cs
|
|
/.php_cs.cache
|
|
###< friendsofphp/php-cs-fixer ###
|