# From: https://docs.github.com/en/github/getting-started-with-github/configuring-git-to-handle-line-endings
# Set the default behavior, in case people don't have core.autocrlf set.
*
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.rs*.toml*.frag*.vert*.wgsl
# Declare files that will always have CRLF line endings on checkout.
*.sln
# Denote all files that are truly binary and should not be modified.
*.png*.jpg*.ttf