From cf5db69702fec23854c85ebccf12e4b82f662469 Mon Sep 17 00:00:00 2001 From: Mark Rogaski Date: Thu, 3 Dec 2015 11:43:23 -0500 Subject: [PATCH] Added attribute file for Lua. --- Lua.gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Lua.gitattributes 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