From aa75a43aa9835a800544973b649cb781182f0519 Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:19:15 +0100 Subject: [PATCH] Ignore web dirs for lint --- .luarc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index e9d2165e..ba4b39f0 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", "workspace.ignoreDir": [ - ".vscode", ".github", "luals", "factorio" + ".vscode", ".github", "luals", "factorio", "web" ], "completion.requireSeparator": "/", "runtime.pluginArgs": [