/vendor

### File-system cruft and temporary files
__*
._*
.*.swp
.swp
*.lock
!symfony.lock
*lock.json
.buildpath

### Platfom-specific files
.DS_Store
thumbs.db
Vagrantfile
.vagrant*
.idea
.vscode/*
appveyor.yml

/coverage.xml

/var/cache/*
!/var/cache/.gitkeep

/.php_cs
/.php_cs.cache
/phpcs.xml
/phpunit.xml
