feat: add exclusion for backup files and specific Lua script in package configuration
This commit is contained in:
1
.package
1
.package
@@ -5,6 +5,7 @@
|
|||||||
exclude = {
|
exclude = {
|
||||||
"^web/", "^__tests__/", "^startup/",
|
"^web/", "^__tests__/", "^startup/",
|
||||||
"%.md$", "%.json$", "^%.git", "^LICENSE$", "^node_modules/",
|
"%.md$", "%.json$", "^%.git", "^LICENSE$", "^node_modules/",
|
||||||
|
"%.bak$", "^listDevicesByType%.lua$",
|
||||||
},
|
},
|
||||||
install = [[
|
install = [[
|
||||||
local pkgDir = fs.combine("packages", "inventory-manager")
|
local pkgDir = fs.combine("packages", "inventory-manager")
|
||||||
|
|||||||
Reference in New Issue
Block a user