Stand/.gitattributes
2024-10-16 11:20:42 +08:00

12 lines
221 B
Plaintext

# Line Endings
*.cpp text eof=lf
*.hpp text eof=lf
*.php text eof=lf
*.cs text eof=lf
# Exclude vendored code from language stats
Stand/lib/** linguist-vendored
# Count .pluto files as Lua
*.pluto linguist-language=Lua