From 6048ab2be376150f710c179a92ba16c85f388a10 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 20 Aug 2022 22:07:41 -0500 Subject: [PATCH] chore: remove luarc --- .gitignore | 1 + .luarc.json | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 .gitignore delete mode 100644 .luarc.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..632ef469 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +./.luarc.json diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index e1b9d70d..00000000 --- a/.luarc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", - "Lua.workspace.checkThirdParty": false -} \ No newline at end of file