Skip to content
Snippets Groups Projects
Commit 32e69bd3 authored by Lewis Russell's avatar Lewis Russell Committed by Lewis Russell
Browse files

fix(luarc.json): ignore test directory to save memory

Cuts memory usage on startup from 600mb -> 200mb
parent 08fa71fd
Branches
Tags
No related merge requests found
......@@ -9,6 +9,9 @@
"${3rd}/busted/library",
"${3rd}/luv/library"
],
"ignoreDir": [
"test"
],
"checkThirdParty": false
},
"diagnostics": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment