添加上传生成的文件

不再限制debug和realease中的文件上传至云端
This commit is contained in:
yannsy
2017-05-18 16:59:00 +08:00
parent b2e98351dd
commit c20546659d
3 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@@ -10,6 +10,8 @@ tmp/
*.tmp
*.bak
*.swp
*.tlog
*.idb
*~.nib
local.properties
.classpath
@@ -43,8 +45,6 @@ local.properties
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
@@ -214,3 +214,4 @@ pip-log.txt
#Mr Developer
.mr.developer.cfg
部署版本/主程序-主函数版本/HWCV-exe/Debug/vc120.idb

Binary file not shown.