public/static
public/bundles
public/css/*
public/js/*
public/fonts/*
public/img/*
public/manifest.json
assets/js/translations
assets/js/js_routes.json
var/
build/
vendor
bin/*
!bin/console
!bin/check
!bin/phpunit
composer.phar
!public/js/.gitkeep
!public/css/.gitkeep
!public/fonts/.gitkeep
!public/img/.gitkeep
!var/db/.gitkeep
config/env/*
.idea
node_modules
.rules
.php_cs.cache
.php-cs-fixer.cache
.phpunit.result.cache
.env
yarn-error.log
yarn.lock
package-lock.json
/vendor-bin/**/vendor
/drivers
/frankenphp/dist
/frankenphp/app.tar
/frankenphp/app.tar.gz
/frankenphp/app_checksum.txt

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

###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
