conteneurisation de l'appli
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -6,7 +6,6 @@
|
||||
/config/secrets/prod/prod.decrypt.private.php
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
###> phpunit/phpunit ###
|
||||
@ -21,7 +20,13 @@
|
||||
|
||||
###> symfony/webpack-encore-bundle ###
|
||||
/node_modules/
|
||||
/public/build/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
###< symfony/webpack-encore-bundle ###
|
||||
/.cache/
|
||||
/.composer/
|
||||
/.yarn/
|
||||
/.yarnrc/
|
||||
/.bash_history
|
||||
/supervisord.log
|
||||
/supervisord.pid
|
Reference in New Issue
Block a user