1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

Added Symfony.gitignore with Symfony 5 related ignores

This commit is contained in:
Felix Soedjede 2022-04-07 19:48:04 +02:00
parent a9956fb969
commit a82cd01a2a

30
Symfony.gitignore Normal file
View File

@ -0,0 +1,30 @@
# Composer
/vendor/
/composer.phar
# Cache, session files and logs
/var/cache/*
/var/log/*
/var/sessions/*
!var/cache/.gitkeep
!var/log/.gitkeep
!var/sessions/.gitkeep
# Env vars & Secrets
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
# Bundles assets
/public/bundles/
# Webpack Encore
/node_modules/
npm-debug.log
yarn-error.log
# PHPUnit
.phpunit.result.cache
/phpunit.xml
/phpunit.xml.dist