We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.ignore files are only applied if broot is started within a git repository.
.ignore
I sometimes use broot to manage non-VCS integrated files and folders in which case I would have expected .ignore to work, but it doesn't.
broot version: 1.44.3 OS: macOS
cd "$(mktemp)" mkdir foo bar echo "bar" > .ignore br
The text was updated successfully, but these errors were encountered:
I confirm. I totally overlooked this case. Thanks for the report.
I'll have to change how ignoring is managed.
Sorry, something went wrong.
fix .ignore files ignored outside of git directories
4dbd5f3
Fix #970
It should be fixed by #972
It looks like there wasn't much to change.
e79b950
Successfully merging a pull request may close this issue.
Description
.ignore
files are only applied if broot is started within a git repository.Usecase
I sometimes use broot to manage non-VCS integrated files and folders in which case I would have expected .ignore to work, but it doesn't.
Specs
broot version: 1.44.3
OS: macOS
MVCE
The text was updated successfully, but these errors were encountered: