Declare *.npz *.wav *.png as binary (#1560)

This commit is contained in:
Naveen M K 2021-05-23 19:37:06 +05:30 committed by GitHub
commit a1296230d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View file

@ -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