Commit b31669aa71123e8224d572ccfc7f1f0d334a7ec1
1 parent
d12db008
添加忽略文件
Showing
1 changed file
with
52 additions
and
0 deletions
.gitignore
0 → 100644
1 | +trunk/*/Runtime/Cache | ||
2 | +trunk/*/Runtime/Data | ||
3 | +trunk/*/Runtime/Logs | ||
4 | +trunk/*/Runtime/Temp | ||
5 | +trunk/Common/Runtime/Apps/*/Cache | ||
6 | +trunk/Common/Runtime/Apps/*/Data | ||
7 | +trunk/Common/Runtime/Apps/*/Logs | ||
8 | +trunk/Common/Runtime/Apps/*/Temp | ||
9 | +trunk/*/*/Conf/* | ||
10 | +trunk/Developer | ||
11 | +trunk/Tools | ||
12 | + | ||
13 | +trunk/www/api_login.html | ||
14 | +trunk/www/wiki_for_tapd.php | ||
15 | +trunk/www/h5 | ||
16 | +trunk/www/admincp | ||
17 | + | ||
18 | +trunk/ThinkPHP/Conf | ||
19 | +trunk/ThinkPHP/*/VcySDK/Logs/* | ||
20 | +trunk/ThinkPHP/PHPUnit/vendor | ||
21 | +trunk/ThinkPHP/Composers | ||
22 | + | ||
23 | +RemoteSystemsTempFiles | ||
24 | +deployment.properties | ||
25 | +.settings/ | ||
26 | +.project | ||
27 | +.idea | ||
28 | +.metadata | ||
29 | +.buildpath | ||
30 | +.tgitconfig | ||
31 | +.DS_Store | ||
32 | +*.pem | ||
33 | +*.p12 | ||
34 | +pay.php | ||
35 | +*.iml | ||
36 | +.tags | ||
37 | +.tags1 | ||
38 | +LocalValetDriver.php | ||
39 | + | ||
40 | +.deployment.properties | ||
41 | +/trunk/Common/Runtime | ||
42 | + | ||
43 | +log/ | ||
44 | +data/ | ||
45 | + | ||
46 | +trunk/_Python_/daemon_error.log | ||
47 | +trunk/_Python_/daemon_stdout.log | ||
48 | +*.pyc | ||
49 | + | ||
50 | +trunk/Questionnaire/Data/IMG | ||
51 | +trunk/Questionnaire/Data/ZIP | ||
52 | +/.pydevproject |