Commit 155e7404 authored by 潘栩锋's avatar 潘栩锋 🚴

修改忽略规则

parent df11f6b6
## Ignore Visual Studio temporary files, build results, and
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
......@@ -260,6 +260,6 @@ paket-files/
__pycache__/
*.pyc
# Դ
# 资源
*_bak.afs
*.EOH
# 生成的安装包
美安装包/
美安装包*.zip
# 生成的安装包
和美安装包/
和美安装包*.zip
......@@ -89,5 +89,18 @@ copy_to2 `
"FLY.Winder.UI.Server" `
("Gage1")
#删除 历史数据文件
$remove_files = ("backup","profile","warning_history","history","bulk.csv")
foreach($f in $remove_files)
{
rm -Recurse -Force ($install_dir + "\FLY.Thick.Blowing.UI.Fix.Server\Gage1\"+$f)
}
$remove_files = ("flowlist.csv","warning_newest.csv")
foreach($f in $remove_files)
{
rm -Recurse -Force ($install_dir + "\FLY.Weight.UI.Server\Gage1\"+$f)
}
echo 复制成功
pause
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment