Stand/.gitattributes

12 lines
221 B
Plaintext
Raw Permalink Normal View History

2024-10-16 11:20:42 +08:00
# 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