Skip to content

Commit

Permalink
feat(git): add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Aug 15, 2024
1 parent 3fa1625 commit 93ccb2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/git/gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pxd binary diff=hex
4 changes: 4 additions & 0 deletions configs/git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
compression = 9
preloadIndex = true
untrackedCache = true
attributesFile = ~/.dots/configs/git/gitattributes
[rerere]
enabled = true
[feature]
Expand Down Expand Up @@ -44,3 +45,6 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff "hex"]
textconv = hexdump -v -C
binary = true

0 comments on commit 93ccb2b

Please sign in to comment.