mirror of
https://github.com/yiisoft/app.git
synced 2026-02-20 01:21:20 +01:00
27 lines
343 B
Plaintext
27 lines
343 B
Plaintext
# 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
|
|
|
|
# Mac DS_Store Files
|
|
.DS_Store
|
|
|
|
# composer vendor dir
|
|
/vendor
|
|
|
|
# Codeception C3
|
|
c3.php
|