Added Symfony.gitignore with Symfony 5 related ignores
This commit is contained in:
parent
a9956fb969
commit
a82cd01a2a
1 changed files with 30 additions and 0 deletions
30
Symfony.gitignore
Normal file
30
Symfony.gitignore
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue