tarlepp/symfony-flex-backend

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###

/secrets/application.*.json
compose.*.yaml

## File-based project format:
*.iws

.phplint-cache
.phpunit.result.cache
phpunit.xml
infection.json
phpstan.neon

/build/
###> friendsofphp/php-cs-fixer ###
.php-cs-fixer.cache
.php_cs
.php_cs.cache
###< friendsofphp/php-cs-fixer ###

###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###

### Vendor bin dependencies
/tools/*/vendor/

### PHPUnit cache
.phpunit.cache

### PHPLint
.phplint.cache