add git ttf binary diff
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/master Pipeline was successful Details

This commit is contained in:
OCram85 2022-11-09 15:57:48 +01:00
parent c4d0e649ea
commit 28f9ef8fd7
1 changed files with 4 additions and 1 deletions

5
.gitattributes vendored
View File

@ -1,5 +1,4 @@
# images # images
*.jpg binary *.jpg binary
*.jpeg binary *.jpeg binary
*.bmp binary *.bmp binary
@ -12,9 +11,13 @@
*.exe binary *.exe binary
*.dll binary *.dll binary
# fonts
*.ttf binary
# PowerShell specific # PowerShell specific
*.ps1 working-tree-encoding=UTF-8 *.ps1 working-tree-encoding=UTF-8
*.psm1 working-tree-encoding=UTF-8 *.psm1 working-tree-encoding=UTF-8
*.psd1 working-tree-encoding=UTF-8 *.psd1 working-tree-encoding=UTF-8
# misc
*.md working-tree-encoding=UTF-8 *.md working-tree-encoding=UTF-8