diff options
author | Brendan Forster <brendan@github.com> | 2018-11-23 16:15:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 16:15:49 -0400 |
commit | e313e296c1e284d908adcb95bf4f2812617d4de1 (patch) | |
tree | 49e92c4b64c55d41c2864c70443251fb1199e53f | |
parent | 83a01cf68f9d1ca0b26c58e604373015ee94fabc (diff) | |
parent | 6686e52dbee808c0eab4d4197ff080363657853d (diff) | |
download | gitignore-e313e296c1e284d908adcb95bf4f2812617d4de1.tar.gz gitignore-e313e296c1e284d908adcb95bf4f2812617d4de1.zip |
Merge pull request #2307 from marcrocny/marcrocny-patch-1
[VisualStudio] ASP.NET Core - bower - default config
-rw-r--r-- | VisualStudio.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b8f4cbca..4ba92b04 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -231,6 +231,8 @@ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ +# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true +**/wwwroot/lib/ # RIA/Silverlight projects Generated_Code/ |