Skip to content

Commit c59233f

Browse files
committed
❌ 移除编译中间文件
1 parent 4910baa commit c59233f

File tree

3 files changed

+14
-24
lines changed

3 files changed

+14
-24
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
* text=auto

.gitignore

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
1-
# Blazor Server Start
2-
.vs
3-
Blazor-Server/bin/*
4-
Blazor-Server/obj/*
5-
Blazor-Server/.config
6-
Blazor-Server/.vs
7-
Blazor-Server/version.xlsx
8-
Blazor-Server/Properties/PublishProfiles/*
9-
# Blazor Server End
1+
# Root Start
2+
src/.vs
3+
# Root End
104

11-
12-
# Blazor WASM Start
13-
Blazor-wasm/Client/bin/*
14-
Blazor-wasm/Client/obj/*
15-
Blazor-wasm/Server/bin/*
16-
Blazor-wasm/Server/obj/*
17-
Blazor-wasm/Shared/bin/*
18-
Blazor-wasm/Shared/obj/*
19-
# Blazor WASM End
5+
# North Start
6+
src/North/.vs
7+
src/North/bin
8+
src/North/obj
9+
# North End
2010

2111
# Updater Start
22-
Updater/bin/*
23-
Updater/obj/*
24-
Updater/Properties/*
12+
src/Updater/.vs
13+
src/Updater/bin
14+
src/Updater/obj
2515
# Updater End
2616

2717
# Other Start
28-
发布流程.md
18+
doc/基本框架.xmind
2919
# Other End

src/North/obj/Debug/net6.0/project.razor.vs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)