Commit 691a14e9d6b379df1693fb97a7d2d5ff3ed07d15
1 parent
5b082649
Exists in
master
1. F 版本包路径改为按配置设置
Showing
1 changed file
with
36 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | + | |
2 | +# phpstorm project files | |
3 | +/.idea | |
4 | +/.idea/workspace.xml | |
5 | + | |
6 | +# netbeans project files | |
7 | +nbproject | |
8 | + | |
9 | +# zend studio for eclipse project files | |
10 | +.buildpath | |
11 | +.project | |
12 | +.settings | |
13 | + | |
14 | +# windows thumbnail cache | |
15 | +Thumbs.db | |
16 | + | |
17 | +# composer itself is not needed | |
18 | +composer.phar | |
19 | + | |
20 | +# Mac DS_Store Files | |
21 | +.DS_Store | |
22 | + | |
23 | +# phpunit itself is not needed | |
24 | +phpunit.phar | |
25 | +# local phpunit config | |
26 | +/phpunit.xml | |
27 | + | |
28 | +#yii文件初始化时自动拷贝,不纳入git管理 | |
29 | +yii | |
30 | + | |
31 | +# test | |
32 | +/app-api/controllers/TestController.php | |
33 | + | |
34 | +# alipay demo runtime | |
35 | + | |
36 | +runtimes | |
0 | 37 | \ No newline at end of file | ... | ... |