Skip to content

Commit 357d21c

Browse files
Stop tracking JS files
1 parent 9e5168a commit 357d21c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/Components/Web.JS/.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
node_modules/
22
dist/Debug/
3-
dist/Release/blazor.webassembly.js
4-
dist/Release/blazor.webview.js
3+
4+
# For the blazor-united prototype, stop tracking the .js files as it makes development inconvenient when moving around branches
5+
# For the prototype, it doesn't matter whether or not things work in CI
6+
# Quite soon, we might be able to stop tracking these files in the real `main` branch too.
7+
dist/Release/blazor.*.js

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

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

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

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

0 commit comments

Comments
 (0)