You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.2 KiB
72 lines
1.2 KiB
# Logs (Symfony4) |
|
/var/log/* |
|
!var/log/.gitkeep |
|
|
|
# Parameters |
|
/app/config/parameters.yml |
|
/app/config/parameters.ini |
|
|
|
# Managed by Composer |
|
/app/bootstrap.php.cache |
|
/var/bootstrap.php.cache |
|
/bin/* |
|
!bin/console |
|
!bin/symfony_requirements |
|
/vendor/ |
|
|
|
# Assets and user uploads |
|
/web/bundles/ |
|
/web/uploads/ |
|
|
|
# PHPUnit |
|
/app/phpunit.xml |
|
/phpunit.xml |
|
|
|
# Build data |
|
/public/build/ |
|
|
|
# Composer PHAR |
|
/composer.phar |
|
|
|
# Backup entities generated with doctrine:generate:entities command |
|
**/Entity/*~ |
|
|
|
# Embedded web-server pid file |
|
/.web-server-pid |
|
|
|
/public/build/fonts/glyphicons-* |
|
/public/build/images/glyphicons-* |
|
|
|
###> 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/phpunit-bridge ### |
|
.phpunit |
|
.phpunit.result.cache |
|
/phpunit.xml |
|
###< symfony/phpunit-bridge ### |
|
|
|
###> friendsofphp/php-cs-fixer ### |
|
/.php_cs |
|
/.php_cs.cache |
|
###< friendsofphp/php-cs-fixer ### |
|
|
|
###> symfony/webpack-encore-bundle ### |
|
/node_modules/ |
|
npm-debug.log |
|
yarn-error.log |
|
###< symfony/webpack-encore-bundle ### |
|
|
|
# Current project cache and public/uploads folder |
|
/var/data/* |
|
/public/uploads/* |
|
|
|
# vscode |
|
.vscode/sftp.json |