forked from GitoxideLabs/gitoxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was brought up in GitoxideLabs#1607 and I think it's preferable.
- Loading branch information
1 parent
bfe363c
commit a75e970
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text | ||
generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text | ||
|
||
# assure line feeds don't interfere with our working copy hash | ||
**/tests/fixtures/**/*.sh text crlf=input eol=lf | ||
tests/fixtures/**/*.sh text crlf=input eol=lf | ||
/justfile text crlf=input eol=lf | ||
|
||
# have GitHub include fixture-making scripts when it counts code | ||
**/tests/fixtures/**/*.sh linguist-vendored=false | ||
tests/fixtures/**/*.sh linguist-vendored=false | ||
|
||
# have GitHub treat the gix-packetline-blocking src copy as auto-generated | ||
gix-packetline-blocking/src/ linguist-generated=true |