##########################################################
# Copyright (c) 2018 Breith Barbot <b.breith@gmail.com>. #
# Source : https://gitlab.com/snippets/1700809           #
# For : Symfony Flex                                     #
##########################################################

###> symfony/framework-bundle ###
/.env
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###

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

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

###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###

###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###

# Assets managed by yarn and user uploads #
############################################
/public/uploads/*
!/public/uploads/.gitignore
!/public/uploads/**/.gitignore
/web/assets/plugins/**/examples

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Custom #
##########
/.idea/
/*.iml
