1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
gitattributes/Lua.gitattributes
2019-04-18 11:29:25 +12:00

11 lines
173 B
Plaintext

# Basic .gitattributes for a Lua repo.
# Source files
# ============
*.lua text
# Luadoc output
# =============
*.html text diff=html
*.css text diff=css