manim/.gitattributes
2021-05-23 19:37:06 +05:30

11 lines
248 B
Text

# Declare files that always have LF line endings on checkout
* 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