ExplodingCabbage / sublime-gitignorer

Sublime plugin that excludes from your Sublime project any files ignored by git
Do What The F*ck You Want To Public License
76 stars 11 forks source link

Ignore comment lines #10

Closed edg2s closed 9 years ago

edg2s commented 9 years ago

Ignore files can contain comments starting with '#' which should be ignored.

edg2s commented 9 years ago

Confused with functionality in another git plugin.

ExplodingCabbage commented 9 years ago

Yeah, I thought when I saw this in my inbox that it couldn't possible make sense since this plugin doesn't parse .gitignore - it asks Git to tell it which files are ignored, precisely so that I can't fuck things like this up. :)