Commit Graph
5 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 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