Skip to content

Commit a9a9170

Browse files
authored
set merge strategy for verify_types.json in .gitattributes (#2713)
1 parent 748adff commit a9a9170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
trio/_core/_generated* linguist-generated=true
33
# Treat generated files as binary in git diff
44
trio/_core/_generated* -diff
5+
# don't merge the generated json file, let the user (script) handle it
6+
trio/_tests/verify_types.json merge=binary

0 commit comments

Comments
 (0)