Skip to content

Commit 3a37fcd

Browse files
authored
chore: show Cargo.lock as a non-generated file
This causes GitHub's PR review view to display changes to this file by default, as it is highly important and worth visually inspecting changes. Signed-off-by: Shane Utt <[email protected]>
1 parent f480d18 commit 3a37fcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ bin/** linguist-detectable=false
22
config/** linguist-detectable=false
33
test/** linguist-detectable=false
44
tools/** linguist-detectable=false
5+
Cargo.lock linguist-generated=false

0 commit comments

Comments
 (0)