Paths won't be ignored correctly
alehaa opened this issue · 2 comments
alehaa commented
Correct me if I'm wrong, but afaik one may exclude a specific file / path by using the path in the repository with a leading slash, i.e. tests
would ignore all files and directories named tests
, while /tests
would just ignore /tests
but not /fancy/tests
.
However, paths will be checked without leading slash, so the pattern /tests
will never match.
Kentzo commented
Should simple to check with vanilla git archive
.