Commit
db5390cc049dfe8964626fde677139e02d4ed2fe
Authored by
Yarik
Ignores
|
| |
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/ |
|
| |
1
| +main-local.php |
|
| |
2
| +params-local.php |
|
| |
3
| +test-local.php |
|
| |
1
| +* |
|
| |
2
| +!.gitignore |
|
0
| \ No newline at end of file |
3
| \ No newline at end of file |
|
| |
1
| +/index.php |
|
| |
2
| +/index-test.php |
|
| |
1
| +main-local.php |
|
| |
2
| +params-local.php |
|
| |
3
| +test-local.php |
|
| |
1
| +main-local.php |
|
| |
2
| +params-local.php |
|
0
| \ No newline at end of file |
3
| \ No newline at end of file |
|
| |
1
| +* |
|
| |
2
| +!.gitignore |
|
0
| \ No newline at end of file |
3
| \ No newline at end of file |
|
| |
1
| +main-local.php |
|
| |
2
| +params-local.php |
|
| |
3
| +test-local.php |
|
| |
1
| +* |
|
| |
2
| +!.gitignore |
|
0
| \ No newline at end of file |
3
| \ No newline at end of file |
|
| |
1
| +/index.php |
|
| |
2
| +/index-test.php |
|
| |
1
| +# local configuration |
|
| |
2
| +vagrant-local.yml |
|
0
| \ No newline at end of file |
3
| \ No newline at end of file |
|
| |
1
| +# nginx logs |
|
| |
2
| +backend-access.log |
|
| |
3
| +backend-error.log |
|
| |
4
| +frontend-access.log |
|
| |
5
| +frontend-error.log |
|
0
| \ No newline at end of file |
6
| \ No newline at end of file |