Skip to content

Commit b2d7f8b

Browse files
authored
Merge pull request dotnet-architecture#944 from mvelosop/fix/changed-js-files-webmvc-project
Include files rebuilt by bundling and minification upon opening VS
2 parents 0eae3c3 + 2713ea3 commit b2d7f8b

3 files changed

Lines changed: 4 additions & 3473 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ bld/
2525

2626
# Visual Studio 2015 cache/options directory
2727
.vs/
28+
29+
# Files created by bundling and minification on startup
30+
src/Web/WebMVC/wwwroot/js/site*
31+
2832
# Uncomment if you have tasks that create the project's static files in wwwroot
2933
**/wwwroot/lib/
3034
!/wwwroot/lib/signalr

0 commit comments

Comments
 (0)