mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
35 lines
410 B
Plaintext
35 lines
410 B
Plaintext
# 排除 Visual Studio 相关文件夹
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
|
|
# 排除 Rider 相关文件夹
|
|
.idea
|
|
|
|
# 排除编译输出文件夹
|
|
bin/
|
|
obj/
|
|
|
|
# 排除其他常见的文件
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
|
|
# 排除库文件
|
|
*.dll
|
|
*.exe
|
|
|
|
# 排除发布文件夹
|
|
|
|
.Output/
|
|
/.git1
|
|
|
|
doc
|
|
WorkBench.ControlLibrary.Core
|
|
WorkBench.Remote
|
|
Serein.FlowStartTool
|
|
Serein.CloudWorkbench
|
|
Serein.CollaborationSync
|
|
Serein.Workbench.Avalonia
|