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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -