.gitattributes extport-ignore doesn‘t work as expected
Open
bug
- Dominant language
- PHP
- Stars
- 3.3k
- Forks
- 530
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 13
Description
My .gitattributes
/Tests/ export-ignore
**Expected behavior:**
`./Tests` is excluded from archive
**Actual behavior**
`./Tests` is included
**Comment**:
if I change the line to `Tests/ export-ignore` it works but excludes `src/Whatever/Tests`, too. This is not intended. I tried a non-github (self-hosted) git repo as well as a local file path. Same result for both.
Contributor guide
Assessment
This issue has not been assessed yet.