Commit ffe1048b4dcd0aa550bf33d4a4c53439421f0ee2

Authored by xu
1 parent e546ab15
Exists in master

ignore 部分文件

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
.gitignore
... ... @@ -35,9 +35,8 @@ yii
35 35  
36 36 runtimes
37 37  
38   -/app-ht/web/upload
39   -app-ht/web/upload
40 38  
41   -/app-api/web/upload
  39 +app-ht/web/upload
  40 +app-ht/web/tmp
42 41 app-api/web/upload
43 42  
... ...
app-ht/web/.gitignore
... ... @@ -6,4 +6,5 @@ node_modules
6 6 npm-debug.log
7 7 .idea
8 8 download
9   -upload
10 9 \ No newline at end of file
  10 +upload
  11 +tmp
11 12 \ No newline at end of file
... ...