###> symfony/framework-bundle ###
/var/
/vendor/
/.env.local
/.env.local.php
/.env.*.local
composer.lock
symfony.lock
phpunit.xml
config
###< symfony/framework-bundle ###

###> thelia/thelia ###
local/config/build.properties
local/config/config_db.php
local/config/build
local/config/database.yml
local/config/database.yml.sample.save
local/config/key
local/config/runtime-conf.xml
local/media/documents/*
local/media/images/*
local/library/*
!local/media/images/store/favicon.png
!local/media/images/store/thelia.svg
!local/media/images/store/banner.png
web/assets/*
web/cache/*
web/image-library/*
web/legacy-image-library/*
web/tinymce
web/media
web/modules-assets/
web/templates-assets/
phpdoc*.log
xhprof/
phpunit.phar
.DS_Store
phpmyadmin
composer.phar
web/.htaccess
local/I18n/*.php
.docker/mysql-data/*
!.docker/mysql-data/.gitkeep
local/session/
translations/
bin/

# Ignore everything in the "modules" directory, except the "default modules"
local/modules/*
!local/modules/Cheque/
!local/modules/Carousel/
!local/modules/Front/
!local/modules/FreeOrder/
!local/modules/Tinymce/
!local/modules/Colissimo/
!local/modules/Hook*/
!local/modules/VirtualProductDelivery/
!local/modules/VirtualProductControl/
!local/modules/TheliaSmarty/
!local/modules/TheliaMigrateCountry/
!local/modules/WebProfiler/
local/modules/HookTest/

# Ignore everything in the "templates" directory, except the "default template"
templates/*
!templates/frontOffice
templates/frontOffice/*
!templates/frontOffice/default
!templates/frontOffice/modern
!templates/frontOffice/new_default
templates/frontOffice/modern/node_modules
templates/frontOffice/modern/dist
templates/frontOffice/modern/core
!templates/backOffice
templates/backOffice/*
!templates/backOffice/default
!templates/email
templates/email/*
!templates/email/default
!templates/pdf
templates/pdf/*
!templates/pdf/default

###< thelia/thelia ###

#other
.idea/
.history/
.husky/
.lighthouseci
setup/audit/lighthouserc.yaml
setup/audit/greenit.yaml
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###

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

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


### cypress
tests/cypress/videos
tests/cypress/screenshots
tests/cypress/downloads

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

###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
