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

Files that should be ignored are being displayed #16

Open zimmski opened 9 years ago

zimmski commented 9 years ago

I have some folders (like /bin and /build) which I want to keep in the repository but I do not want to commit the content of these folders. So there is a .gitignore in each folder with just "*" as a rule.

When I now create something in these folders sublime displays them in the side bar even though the git-ignore plugin is activated.

Only new files are shown. If I reinstall the plugin everything is displayed as I would expect it.

boneyfantaseas commented 8 years ago

I experienced the same behavior. Also when working with different projects I experience one project to work properly but the others don't.