From 4ffd0aa42145c6a336349b2b24eec4951f31da62 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 6 Jan 2025 10:46:28 -0500 Subject: [PATCH] **/*.lock linguist-generated=false default to showing lock file diffs in pr view. they are defaulted to not showing since people often like to ignore their noise. with granular changes i think it's worth looking over them to make sure there aren't unexpected changes. in the case of merging large branches with too many lock changes to review, go ahead and mark it viewed and github will keep it hidden until it is changed. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..547ecdabe --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/*.lock linguist-generated=false