YGGtracker/.gitignore

22 lines
383 B
Plaintext
Raw Normal View History

2023-10-02 13:13:55 +00:00
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
2023-09-13 21:09:27 +00:00
/vendor/
2023-10-02 13:13:55 +00:00
###< symfony/framework-bundle ###
2023-08-27 09:07:08 +00:00
2023-10-02 13:13:55 +00:00
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
2023-10-02 13:13:55 +00:00
###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
2023-08-27 09:07:08 +00:00
2023-10-02 13:13:55 +00:00
.vscode