30 lines
517 B
Plaintext
30 lines
517 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 ###
|
|
|
|
###> phpunit/phpunit ###
|
|
/phpunit.xml
|
|
.phpunit.result.cache
|
|
###< phpunit/phpunit ###
|
|
|
|
###> application ###
|
|
infection.log
|
|
###< application ###
|
|
###> php-cs-fixer ###
|
|
.php-cs-fixer.cache
|
|
###< php-cs-fixer ###
|
|
###> yarn ###
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
###< yarn ### |