feat: add exclusion for backup files and specific Lua script in package configuration

This commit is contained in:
MayaTheShy
2026-03-22 18:35:33 -04:00
parent 76772140aa
commit d9b7bd32b7

View File

@@ -5,6 +5,7 @@
exclude = {
"^web/", "^__tests__/", "^startup/",
"%.md$", "%.json$", "^%.git", "^LICENSE$", "^node_modules/",
"%.bak$", "^listDevicesByType%.lua$",
},
install = [[
local pkgDir = fs.combine("packages", "inventory-manager")