mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
11 lines
248 B
Text
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
|
|
|