- Ajout de node et npm dans la Dockerfile - Ajout des Factories et Fixtures - Ajout de npm-install dans Make install
34 lines
632 B
Plaintext
34 lines
632 B
Plaintext
|
|
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/config/secrets/prod/prod.decrypt.private.php
|
|
/public/bundles/
|
|
/var/*
|
|
/vendor/
|
|
.idea/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> friendsofphp/php-cs-fixer ###
|
|
/.php-cs-fixer.php
|
|
/.php-cs-fixer.cache
|
|
###< friendsofphp/php-cs-fixer ###
|
|
|
|
###> symfony/phpunit-bridge ###
|
|
.phpunit.result.cache
|
|
/phpunit.xml
|
|
###< symfony/phpunit-bridge ###
|
|
|
|
###> phpunit/phpunit ###
|
|
/phpunit.xml
|
|
.phpunit.result.cache
|
|
###< phpunit/phpunit ###
|
|
|
|
###> symfony/webpack-encore-bundle ###
|
|
/node_modules/
|
|
/public/build/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
###< symfony/webpack-encore-bundle ###
|