Stop ignoring StyleCop.json

StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
See 32057fff82/documentation/Configuration.md (source-control) for the documented case.

Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
This commit is contained in:
Andrew Arnott 2015-12-27 07:51:37 -08:00
parent 8c9b77cb5c
commit 346fb93318
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ BundleArtifacts/
# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl