yiisoft/yii-web

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

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

# windows thumbnail cache
Thumbs.db

# composer vendor dir
/vendor
/composer.lock

# composer itself is not needed
composer.phar

# composer.lock in applications is ignored since it's automatically created by composer when application is installed
/package-lock.json

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
.phpunit.result.cache

# local phpunit config
/phpunit.xml

# NPM packages
/node_modules
.env