c# - Github not ignoring files under the \bin\ and \obj\ directory -


i interested in github ignoring files, debug binaries under \bin , \obj directory.

my .gitignore under \github\grasshopper-tools directory, , inside have snippet theoretically should ignore them:

# build results [dd]ebug/ [dd]ebugpublic/ [rr]elease/ x64/ build/ bld/ [bb]in/ [oo]bj/ 

enter image description here

am missing anything?

you need add * after / ignore file inside directory. in case, ignore bin folder bin/*

also, use template c# project. see template: https://gist.github.com/kmorcinek/2710267


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -