From aa9a2690b8278ccc1d709241257b8efb8d58dfe5 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Tue, 26 Jan 2021 19:07:18 +1100 Subject: [PATCH] remove gitignore, update luacheck, export setting --- .gitattributes | 3 +++ .gitignore | 1 - .luacheckrc | 7 +------ 3 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 .gitignore 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", }