# User specific & automatically generated files #
#################################################
vendor/
composer.lock
phpunit.xml
.phpunit.result.cache
.php-cs-fixer.cache

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

# Tool specific files #
#######################
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/
.project
.buildpath
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea/
# NetBeans
nbproject/
# Visual Studio Code
.vscode/

