Add .gitattributes file

Detect .ini files and recognize .thn files as Lua.
This commit is contained in:
C.S. Melis 2022-09-15 14:02:54 +02:00
parent cc8d5a777c
commit 3d4b1eeafe

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.ini linguist-detectable=true
*.thn linguist-language=Lua