tell git to stop changing luac files

This commit is contained in:
jayden 2023-12-30 19:18:37 +00:00
parent 595d3aec9a
commit 7e06eb37fd
1 changed files with 3 additions and 1 deletions

4
.gitattributes vendored
View File

@ -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
*.tex binary
*.luac binary