# Composer
/vendor
composer.lock

# IDE
/.idea
*.sublime-project
*.sublime-workspace
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
/.vscode
.phpstorm.meta.php
.ide_helper.php
.ide_helper_models.php

# Code Styling / Linting
.php_cs.cache

# OS
.DS_Store

### PHPUnit ###
# Covers PHPUnit
# Reference: https://phpunit.de/

# Generated files
.phpunit.result.cache

# PHPUnit
/app/phpunit.xml
/phpunit.xml

# Build data
/build/
