diff --git a/.gitattributes b/.gitattributes index dfe0770..e103385 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto + +# Exclusions for release export +.* export-ignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a37273b..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -files/ diff --git a/.luacheckrc b/.luacheckrc index 9c9b438..ba7c3cf 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -5,11 +5,6 @@ globals = { } read_globals = { - "vector", - "screwdriver", "minetest", - "default", - "pipeworks", - "dump", - "VoxelArea", + "vector", }