-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
--git-ignore parses paths beginning with / incorrectly #636
Comments
I'm also running into this issue. In one particular project I work on,
which doesn't work (though it does work as expected in It works as expected if I instead run |
ariasuni
added a commit
to ariasuni/exa
that referenced
this issue
Apr 19, 2020
CarterLi
pushed a commit
to CarterLi/exa
that referenced
this issue
Sep 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
.
is the root of a Git repository, and I want to ignore./file.txt
but not./dir/file.txt
, I can add the line/file.txt
to.gitignore
. Git supports this, but exa does not.The text was updated successfully, but these errors were encountered: