php-kitchen/yii2-domain

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# phpstorm project files
.idea

# netbeans project files
nbproject

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

# windows thumbnail cache
Thumbs.db

# composer vendor dir
/vendor/

# composer itself is not needed
composer.phar

# phpunit itself is not needed
phpunit.phar

#Vagrant files and directories
/.vagrant
/_vagrant/
/bootstrap.sh
/Vagrantfile
/vagrant_provision/

# build files
build