Kumora/.gitignore
Melaine Gérard 4cab96f9b6
All checks were successful
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 1m33s
💄 Ajout PHP CS Fixer
2025-01-16 21:32:27 +01:00

41 lines
657 B
Plaintext
Executable File

###> 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 ###
###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
###> symfony/asset-mapper ###
/public/assets/
/assets/vendor/
###< symfony/asset-mapper ###
.idea/
.vscode/
.fleet/
*.iml
/uploads/*
!uploads/.gitkeep
/public/kumora/
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###