Skip to content

Commit d791412

Browse files
committed
fix: ignore go.mod by default
1 parent eb55efa commit d791412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
9393
("fut", &["*.fut"]),
9494
("gap", &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]),
9595
("gn", &["*.gn", "*.gni"]),
96-
("go", &["*.go", "go.mod"]),
96+
("go", &["*.go"]),
9797
("gradle", &["*.gradle"]),
9898
("groovy", &["*.groovy", "*.gradle"]),
9999
("gzip", &["*.gz", "*.tgz"]),

0 commit comments

Comments
 (0)