Website/app/.gitignore

37 lines
708 B
Text
Raw Normal View History

2023-10-29 17:01:21 +00:00
###> symfony/framework-bundle ###
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
2024-07-12 22:56:04 +00:00
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
2023-10-29 17:01:21 +00:00
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
2024-02-04 04:39:13 +00:00
###> phpunit/phpunit ###
2024-07-12 22:56:04 +00:00
/phpunit.xml
2024-02-04 04:39:13 +00:00
.phpunit.result.cache
###< phpunit/phpunit ###
###> symfony/phpunit-bridge ###
.phpunit.result.cache
2024-07-12 22:56:04 +00:00
/phpunit.xml
2024-02-04 04:39:13 +00:00
###< symfony/phpunit-bridge ###
2024-02-19 21:23:07 +00:00
###> vincentlanglet/twig-cs-fixer ###
/.twig-cs-fixer.cache
###< vincentlanglet/twig-cs-fixer ###
2024-07-12 22:56:04 +00:00
.idea/
.vscode/