添加上传生成的文件
不再限制debug和realease中的文件上传至云端
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -10,6 +10,8 @@ tmp/
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.bak
|
*.bak
|
||||||
*.swp
|
*.swp
|
||||||
|
*.tlog
|
||||||
|
*.idb
|
||||||
*~.nib
|
*~.nib
|
||||||
local.properties
|
local.properties
|
||||||
.classpath
|
.classpath
|
||||||
@@ -43,8 +45,6 @@ local.properties
|
|||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
|
|
||||||
[Dd]ebug/
|
|
||||||
[Rr]elease/
|
|
||||||
x64/
|
x64/
|
||||||
build/
|
build/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
@@ -214,3 +214,4 @@ pip-log.txt
|
|||||||
|
|
||||||
#Mr Developer
|
#Mr Developer
|
||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
|
部署版本/主程序-主函数版本/HWCV-exe/Debug/vc120.idb
|
||||||
|
|||||||
BIN
测试/服务器测试/鉴定主程序/Debug/HWCV-exe.exe
Normal file
BIN
测试/服务器测试/鉴定主程序/Debug/HWCV-exe.exe
Normal file
Binary file not shown.
BIN
部署版本/主程序-主函数版本/Debug/HWCV.exe
Normal file
BIN
部署版本/主程序-主函数版本/Debug/HWCV.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user