Closed Nixinova closed 1 year ago
Folders like .git etc are not ignored by default when multiple folder inputs are given (e.g. linguist -a folderA folderB).
.git
linguist -a folderA folderB
Gitattributes is still read correctly however.
Looks like using e.g. linguist -a -i foo triggers this issue as well
linguist -a -i foo
Gitattributes seems not to be properly read.
Properly fixed now
Folders like
.git
etc are not ignored by default when multiple folder inputs are given (e.g.linguist -a folderA folderB
).Example
Gitattributes is still read correctly however.