test/.gitignore

21 lines
368 B
Plaintext
Raw Permalink Normal View History

2024-01-17 12:36:10 +00:00
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
2024-01-17 16:17:12 +00:00
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
2024-02-01 10:22:12 +00:00
###> symfony/asset-mapper ###
/public/assets/
/assets/vendor/
###< symfony/asset-mapper ###