small repo system progress
This commit is contained in:
6
scan.lua
6
scan.lua
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user