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
When using git worktree there is no ".git" folder, only a ".git" file with the following content:
gitdir: <path to main repo>/.git/worktrees/<worktree name>
This unfortunately results in no .gitignore files being parsed it seems. Running with debug shows just the default ignores being added and a bunch of
Looking in "<path>" for a .git directory
without any findings.
Is it fine to also accept a .git file? Does that have any implications?
The text was updated successfully, but these errors were encountered:
huh. yeah, this should be added to the detection. would merge a PR, or I'll do it next week (away on travel right now)
Sorry, something went wrong.
No branches or pull requests
When using git worktree there is no ".git" folder, only a ".git" file with the following content:
This unfortunately results in no .gitignore files being parsed it seems.
Running with debug shows just the default ignores being added and a bunch of
without any findings.
Is it fine to also accept a .git file? Does that have any implications?
The text was updated successfully, but these errors were encountered: