mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Declare *.npz *.wav *.png as binary (#1560)
This commit is contained in:
parent
f6d63d78e9
commit
a1296230d6
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
|
@ -2,5 +2,10 @@
|
|||
* text eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
||||
# Denote all files that are truly binary and should not be modified
|
||||
*.npz binary
|
||||
*.png binary
|
||||
*.wav binary
|
||||
|
||||
manim/grpc/gen/** linguist-generated=true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue