diff options
author | Zenuka <Zenuka@users.noreply.github.com> | 2016-02-12 08:41:18 +0100 |
---|---|---|
committer | Zenuka <Zenuka@users.noreply.github.com> | 2016-02-12 08:41:18 +0100 |
commit | 63694d017b24f4b7e97bc245352ae942b511cfac (patch) | |
tree | c2516bd01ab2e4e628fd00f0529c6778f8828856 /VisualStudio.gitignore | |
parent | a23bb4a523a7f75cee81afa1bdee7f1c8ad71c3d (diff) | |
download | gitignore-63694d017b24f4b7e97bc245352ae942b511cfac.tar.gz gitignore-63694d017b24f4b7e97bc245352ae942b511cfac.zip |
bower_components is commented by default
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e7d6e74a..f27eeca8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -185,9 +185,12 @@ ClientBin/ *.pfx *.publishsettings node_modules/ -bower_components/ 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/ + # RIA/Silverlight projects Generated_Code/ |