Commit Graph
6 Commits
Author SHA1 Message Date
Andrew Arnott 849fa552f2 Remove build/ suppression
The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.

I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
2015-12-27 07:57:50 -08:00
Andrew Arnott 346fb93318 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 https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/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.
2015-12-27 07:51:37 -08:00
Andrew Arnott dba7d3de2b Adds Roslyn .ide directories to .gitignore. 2014-04-14 06:02:29 -07:00
Andrew ArnottandHaacked 78b77feb29 VisualStudio: Ignore vi's *~ temp files 2013-01-22 11:37:19 -08:00
Andrew Arnott de7a7117c7 Added .vspx and .log to .gitignore for VB 2012-08-08 16:36:34 -07:00
Andrew Arnott 6073319fb1 Added .gitignore entries for .vspx and .log 2012-08-08 16:33:51 -07:00