diff --git a/Lua.gitattributes b/Lua.gitattributes new file mode 100644 index 0000000..b48a2ac --- /dev/null +++ b/Lua.gitattributes @@ -0,0 +1,10 @@ +# Basic .gitattributes for a Lua repo. + +# Source files +# ============ +*.lua text + +# Luadoc output +# ============= +*.html text +*.css text