You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If directory is resolved as ignored then, there are no rules that may force inclusion of a any file within given directory (Currently we accept such inclusion if lower level .gitignore file specifically includes file, that's not right)
Having that readdir can be improved to not recurse into ignored directories (currently it's not the case)
The text was updated successfully, but these errors were encountered:
If directory is resolved as ignored then, there are no rules that may force inclusion of a any file within given directory (Currently we accept such inclusion if lower level
.gitignore
file specifically includes file, that's not right)Having that
readdir
can be improved to not recurse into ignored directories (currently it's not the case)The text was updated successfully, but these errors were encountered: