]> source.dussan.org Git - gitignore.git/commitdiff
Remove `build/` suppression 1814/head
authorAndrew Arnott <andrewarnott@gmail.com>
Sun, 27 Dec 2015 15:57:50 +0000 (07:57 -0800)
committerAndrew Arnott <andrewarnott@gmail.com>
Sun, 27 Dec 2015 15:57:50 +0000 (07:57 -0800)
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.

VisualStudio.gitignore

index 249d20f9fa44c42dbb935dfeb78415972e595437..30b6cdb0e7f00cbebd01bf480543ea7cb9529464 100644 (file)
@@ -17,7 +17,6 @@
 [Rr]eleases/
 x64/
 x86/
-build/
 bld/
 [Bb]in/
 [Oo]bj/