Merge pull request #684 from fuyufjh/master

fix: ignore go.mod by default
This commit is contained in:
Ed Page 2023-03-13 11:53:57 -05:00 committed by GitHub
commit 9f0eef4d5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("fut", &["*.fut"]), ("fut", &["*.fut"]),
("gap", &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]), ("gap", &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]),
("gn", &["*.gn", "*.gni"]), ("gn", &["*.gn", "*.gni"]),
("go", &["*.go", "go.mod"]), ("go", &["*.go"]),
("gradle", &["*.gradle"]), ("gradle", &["*.gradle"]),
("groovy", &["*.groovy", "*.gradle"]), ("groovy", &["*.groovy", "*.gradle"]),
("gzip", &["*.gz", "*.tgz"]), ("gzip", &["*.gz", "*.tgz"]),