Homec4science

Remove `build/` suppression

Authored by Andrew Arnott <andrewarnott@gmail.com> on Dec 27 2015, 16:57.

Description

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.

Details

Committed
Andrew Arnott <andrewarnott@gmail.com>Dec 27 2015, 16:57
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNORE8c9b77cb5c85: Merge pull request #1808 from habi/patch-4
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Arnott <andrewarnott@gmail.com> committed rGITIGNORE849fa552f217: Remove `build/` suppression (authored by Andrew Arnott <andrewarnott@gmail.com>).Dec 27 2015, 16:57