We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748adff commit a9a9170Copy full SHA for a9a9170
.gitattributes
@@ -2,3 +2,5 @@
2
trio/_core/_generated* linguist-generated=true
3
# Treat generated files as binary in git diff
4
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