add result to ignore list

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-31 09:37:53 -06:00
parent 224ad4e3ec
commit d9ead7f98f

View file

@ -40,6 +40,7 @@ return {
"^build/", "^build/",
"target/", "target/",
"node_modules/", "node_modules/",
"result/",
"package-lock.json", "package-lock.json",
".git/", ".git/",
".direnv/", ".direnv/",