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