Commit db5390cc049dfe8964626fde677139e02d4ed2fe
1 parent
e26d0c56
Ignores
Showing
14 changed files
with
68 additions
and
0 deletions
Show diff stats
1 | +# yii console commands | ||
2 | +/yii | ||
3 | +/yii_test | ||
4 | +/yii_test.bat | ||
5 | + | ||
6 | +# phpstorm project files | ||
7 | +.idea | ||
8 | + | ||
9 | +# netbeans project files | ||
10 | +nbproject | ||
11 | + | ||
12 | +# zend studio for eclipse project files | ||
13 | +.buildpath | ||
14 | +.project | ||
15 | +.settings | ||
16 | + | ||
17 | +# windows thumbnail cache | ||
18 | +Thumbs.db | ||
19 | + | ||
20 | +# composer vendor dir | ||
21 | +/vendor | ||
22 | + | ||
23 | +# composer itself is not needed | ||
24 | +composer.phar | ||
25 | + | ||
26 | +# Mac DS_Store Files | ||
27 | +.DS_Store | ||
28 | + | ||
29 | +# phpunit itself is not needed | ||
30 | +phpunit.phar | ||
31 | +# local phpunit config | ||
32 | +/phpunit.xml | ||
33 | + | ||
34 | +# vagrant runtime | ||
35 | +/.vagrant | ||
36 | +/artweb/ |