We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc06e41 commit dd94f57Copy full SHA for dd94f57
.gitattributes
@@ -1,11 +1,11 @@
1
-**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text
+generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text
2
3
# assure line feeds don't interfere with our working copy hash
4
-**/tests/fixtures/**/*.sh text crlf=input eol=lf
+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
+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