Skip to content

Commit 3bdb403

Browse files
committed
Suppress showing diffs for .lock and .snap files in GitHub PRs
This is mainly to account for the yarn.lock and jest snapshots.
1 parent e105952 commit 3bdb403

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.snap linguist-generated
2+
*.lock linguist-generated

0 commit comments

Comments
 (0)