We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612896d commit da8965bCopy full SHA for da8965b
.gitattributes
@@ -4,5 +4,8 @@
4
**/tests/fixtures/**/*.sh text crlf=input eol=lf
5
/justfile text crlf=input eol=lf
6
7
+# have GitHub include fixture-making scripts when it counts code
8
+**/tests/fixtures/**/*.sh linguist-vendored=false
9
+
10
# have GitHub treat the gix-packetline-blocking src copy as auto-generated
11
gix-packetline-blocking/src/ linguist-generated=true
0 commit comments