-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong ignore indicator with nested ignore rules #85
Comments
Hi, I have same issue. I ignore some folders and file in
but plugin painted all in |
+1 |
Thank you guys for reporting it. I'll fix it soon. |
Fixed with release Please confirm if everything is fine. |
Hey Jakub, first off: thanks for the really fast reply / fix (attempt). As the word inclines however it appears that now the plugin is completely It doesn't even work for top level files in a new project. Jakub Chrzanowski [email protected] schrieb am Mi., 4. März 2015
|
Please verify if everything is fine with release |
Hey again Jakub, the 1.1 release seems to have fixed the issue. Great work :) /Sam Jakub Chrzanowski [email protected] schrieb am Mo., 13. Apr. 2015
|
Imagine the following directory structore
Assuming these contents for mutliple gitignores
.gitignore
/foo/.gitignore
/foo/bar.gitignore
Assuming the above ruling, all sub-directories under foo would be highlighted as ignored. Going by git itself however, the excluded rules match appropriately and files from
/foo/bar/
would be added to the index without any problems.The text was updated successfully, but these errors were encountered: