Skip to content

Commit 01d4608

Browse files
authored
Remove checked in blazor.webassembly.js (#25819)
Blazor checks in the processed outputs of compiling and miniming TS files to support source build scenarios. At this point, WASM is not part of source build so we can avoid checking that in to make our lives slightly simpler.
1 parent 4510576 commit 01d4608

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Components/Web.JS/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
dist/Debug/
3+
dist/Release/blazor.webassembly.js

src/Components/Web.JS/dist/Release/blazor.webassembly.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)