Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
155e7404
Commit
155e7404
authored
Dec 30, 2018
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改忽略规则
parent
df11f6b6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
5 deletions
+19
-5
.gitignore
.gitignore
+2
-2
.gitignore
脚本/.gitignore
+3
-3
get_exe_all.ps1
脚本/get_exe_all.ps1
+14
-0
No files found.
.gitignore
View file @
155e7404
## 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
脚本/.gitignore
View file @
155e7404
# 生成的
安装包
和
美安装包/
和
美安装包*.zip
# 生成的安装包
和美安装包
/
和美安装包
*.zip
脚本/get_exe_all.ps1
View file @
155e7404
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment