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. ## files generated by popular Visual Studio add-ons.
# User-specific files # User-specific files
...@@ -260,6 +260,6 @@ paket-files/ ...@@ -260,6 +260,6 @@ paket-files/
__pycache__/ __pycache__/
*.pyc *.pyc
# Դ # 资源
*_bak.afs *_bak.afs
*.EOH *.EOH
# 生成的安装包 # 生成的安装包
美安装包/ 和美安装包/
美安装包*.zip 和美安装包*.zip
...@@ -89,5 +89,18 @@ copy_to2 ` ...@@ -89,5 +89,18 @@ copy_to2 `
"FLY.Winder.UI.Server" ` "FLY.Winder.UI.Server" `
("Gage1") ("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 复制成功 echo 复制成功
pause 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