This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Exclude generated files in solution .gtignore
pull/952/head
Miguel Veloso
6 years ago
parent
2158938dda
commit
9d7124ba4d
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.gitignore
+0
-1
src/Web/WebMVC/.gitignore
+ 4
- 0
.gitignore
View File
@ -25,6 +25,10 @@ bld/
# Visual Studio 2015 cache/options directory
.vs/
# .js files created on build:
src/Web/WebMVC/wwwroot/js/site*
# Uncomment if you have tasks that create the project's static files in wwwroot
**/wwwroot/lib/
!/wwwroot/lib/signalr
+ 0
- 1
src/Web/WebMVC/.gitignore
View File
@ -1 +0,0 @@
wwwroot/js/site*
Write
Preview
Loading…
Cancel
Save