Skip to content
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

ignoring all folders that have .git in them even if the .git is not at the end of the path #8608

Closed
ysmaoui opened this issue Mar 5, 2021 · 1 comment
Assignees

Comments

@ysmaoui
Copy link

ysmaoui commented Mar 5, 2021

This implementation

if ".git" in root:

causes the following issue

if a path of the config folder contains ".git" even not at the end of the path, it will be ignored

for example this path will be ignored

"/this/is/a/path.git/to/the/config/folder"

@czoido
Copy link
Contributor

czoido commented Mar 5, 2021

Hi @ysmaoui,
Thanks a lot for reporting, this is a duplicate of #8594
We have a test to reproduce the issue: #8605
Please, let's continue the discussion there. I'm closing this one.

@czoido czoido closed this as completed Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants