Skip to content

Commit 06859cf

Browse files
committed
chore: update luals config and gitignore
1 parent 923e30b commit 06859cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
tests/logs
22
tests/env.lua
3+
tests/deps

.luarc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"_workspace.ignoreDir": ["deps"]
2+
"runtime.version": "Lua 5.1",
3+
"workspace.library": ["deps"],
4+
"workspace.ignoreDir": ["deps"]
35
}

0 commit comments

Comments
 (0)