-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When there are gitignores in both /project-root/.gitignore and /project-root/subfolder/.gitignore only the first .gitignore found, walking the tree up from the base (pwd) is used to determine excluded files.
This results in two bugs:
- When running from
/project-root/, only the higher-level.gitignoreis parsed, so the files in/project-root/subfolderare not properly filtered - Conversely, when running from
/project-root/subfolder, the higher-level ignores in/project-rootare not read
Metadata
Metadata
Assignees
Labels
No labels