# phpstorm project files
.idea

# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# sublime text project / workspace files
*.sublime-project
*.sublime-workspace

# windows thumbnail cache
Thumbs.db

# mac DS_Store Files
.DS_Store

# composer vendor dir
/vendor

# composer itself is not needed
composer.phar

# composer.lock is not needed
composer.lock

# local phpunit config
/phpunit.xml

# phpunit itself is not needed
phpunit.phar
