# phpstorm project files
.idea

# netbeans project files
nbproject

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

# vscode project files
.vscode

# windows thumbnail cache
Thumbs.db

# composer vendor dir
/vendor

# composer itself is not needed
composer.phar

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml

tests/_output/*
tests/_support/_generated

# local configs
.env
.env.test
/config/web-local.php
/config/params.php

*views/layouts/analytics.php

# php-cs-fixer itself is not needed
php-cs-fixer.phar

# cache for php-cs-fixer
.php-cs-fixer.cache
