diff options
author | Brendan Forster <brendan@github.com> | 2015-07-04 13:26:41 +0930 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-07-04 13:26:41 +0930 |
commit | 765ecc398b6ab0b62e03882224e78e5922b0bcf0 (patch) | |
tree | 5d7d7fad938c604fd36214285a699b000e63ebb5 | |
parent | eab8d4876dbe2dc782cb5463767e72db501070d4 (diff) | |
download | gitignore-765ecc398b6ab0b62e03882224e78e5922b0bcf0.tar.gz gitignore-765ecc398b6ab0b62e03882224e78e5922b0bcf0.zip |
some more annotation
-rw-r--r-- | VisualStudio.gitignore | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index fa57cddd..11c85194 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -238,15 +238,33 @@ AppPackages/ # but keep track of directories ending in .cache !*.[Cc]ache/ -# Others +# StyleCop +# an extension for enforcing coding style in C# +# url: https://stylecop.codeplex.com/ +# +# temporary files created by the tool [Ss]tyle[Cc]op.* + +# Others ~$* *~ *.dbmdl *.dbproj.schemaview +# +# *.pfx *.publishsettings +# +# the local cache of node module installed by NPM +# remove: if you are not using nodejs in your solution + OR if you wish to keep this cache under version control node_modules/ + +# Orleans +# a Distributed Actor Model framework for .NET +# url: https://github.com/dotnet/Orleans +# +# code generated as part of compilation orleans.codegen.cs # RIA/Silverlight projects @@ -271,12 +289,18 @@ UpgradeLog*.htm *.ldf # Business Intelligence projects +# remove: if you do not have Business Intelligence projects in your solution *.rdl.data *.bim.layout *.bim_*.settings # Microsoft Fakes +# a local cache of assemblies +# url: https://msdn.microsoft.com/en-us/library/hh549175.aspx +# remove: if you are not using Microsoft Fakes in your projects FakesAssemblies/ # Node.js Tools for Visual Studio +# url: https://github.com/Microsoft/nodejstools +# remove: if you do not have this extension installed .ntvs_analysis.dat |