small repo system progress

This commit is contained in:
2025-12-24 21:35:25 -08:00
parent a2494b11b0
commit 849b2508df
5 changed files with 85 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
local exceptions = {
["/scan.lua"] = true,
["/install.lua"] = true,
["scan.lua"] = true,
["/install.lua"] = true,
["install.lua"] = true,
["/.settings"] = true,
[".settings"] = true,
@@ -10,7 +10,9 @@ local exceptions = {
["/rom"] = true,
["rom"] = true,
["/scan.dat"] = true,
["scan.dat"] = true
["scan.dat"] = true,
["/.gitignore"] = true,
[".gitignore"] = true
}
local function scan(dir)
local out = {}