remove gitignore, update luacheck, export setting

This commit is contained in:
OgelGames
2021-01-26 19:07:18 +11:00
parent 3780d9964e
commit aa9a2690b8
3 changed files with 4 additions and 7 deletions

3
.gitattributes vendored
View File

@@ -1,2 +1,5 @@
# Auto detect text files and perform LF normalization # Auto detect text files and perform LF normalization
* text=auto * text=auto
# Exclusions for release export
.* export-ignore

1
.gitignore vendored
View File

@@ -1 +0,0 @@
files/

View File

@@ -5,11 +5,6 @@ globals = {
} }
read_globals = { read_globals = {
"vector",
"screwdriver",
"minetest", "minetest",
"default", "vector",
"pipeworks",
"dump",
"VoxelArea",
} }