Closed erizocosmico closed 5 years ago
Enry says .gitignore is vendor, but shouldn't be. Is that intentional?
.gitignore
fmt.Println(enry.IsVendor(".gitignore")) // output: true
@erizocosmico thank you for question ~spotting - that seems like a bug as~ according to linguist that should be a vendor.
@erizocosmico sorry, I somehow have initially miss-read the question, adding a negation 🤦♂ .
Enry says .gitignore is vendor
Yes, it supposed to be that way, as that's what Linguist has defined 4 years ago.
Updated the answer above and will be closing, if that answers the questions.
Enry says
.gitignore
is vendor, but shouldn't be. Is that intentional?