mirror of
https://github.com/yiisoft/yii2.git
synced 2026-02-19 16:21:52 +01:00
55 lines
850 B
Plaintext
55 lines
850 B
Plaintext
# phpstorm project files
|
|
.idea
|
|
*.iml
|
|
|
|
# netbeans project files
|
|
nbproject
|
|
|
|
# zend studio for eclipse project files
|
|
.buildpath
|
|
.project
|
|
.settings
|
|
|
|
# sublime text project / workspace files
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# visual studio code project files
|
|
.vscode
|
|
|
|
# windows thumbnail cache
|
|
Thumbs.db
|
|
|
|
# composer vendor dir
|
|
/vendor
|
|
# cubrid install dir
|
|
/cubrid
|
|
|
|
# composer itself is not needed
|
|
composer.phar
|
|
|
|
# composer.lock in applications is ignored since it's automatically created by composer when application is installed
|
|
/apps/*/composer.lock
|
|
|
|
# Mac DS_Store Files
|
|
.DS_Store
|
|
|
|
# phpunit itself is not needed
|
|
phpunit.phar
|
|
# local phpunit config
|
|
/phpunit.xml
|
|
.phpunit.result.cache
|
|
|
|
# ignore dev installed apps and extensions
|
|
/apps
|
|
/extensions
|
|
/packages
|
|
|
|
# NPM packages
|
|
/node_modules
|
|
.env
|
|
package-lock.json
|
|
|
|
# local phpstan config
|
|
phpstan.neon
|