Skip to content

Commit 14e6b26

Browse files
committed
Cargo.toml: Added .gitattributes and .gitmodules to exclude list
Also added a trailing comma after the last element of the list.
1 parent 49df359 commit 14e6b26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ exclude = [
2222
"/test/",
2323
"/tests/",
2424
"/.editorconfig",
25+
"/.gitattributes",
2526
"/.gitignore",
27+
"/.gitmodules",
2628
"/.rustfmt.toml",
27-
"/rustfmt.toml"
29+
"/rustfmt.toml",
2830
]
2931

3032
[dependencies]

0 commit comments

Comments
 (0)