From 7e06eb37fd93e9f097adfb83bde82d927dafb0b7 Mon Sep 17 00:00:00 2001 From: jayden <46307433+krmeet@users.noreply.github.com> Date: Sat, 30 Dec 2023 19:18:37 +0000 Subject: [PATCH] tell git to stop changing luac files --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d66b590e3..5af6fc993 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,7 @@ *.ld text *.inc text *.txt text +*.lua text *.json text *.yaml text @@ -27,4 +28,5 @@ *.ico binary *.mp3 binary *.lvl binary -*.tex binary \ No newline at end of file +*.tex binary +*.luac binary \ No newline at end of file