Update exclude patterns in package configuration for improved clarity
This commit is contained in:
5
.package
5
.package
@@ -2,5 +2,8 @@
|
||||
title = "Inventory Manager",
|
||||
description = "Automated inventory management system for CC:Tweaked. Tracks items across networked storage, crafting turtles, furnaces, and alerts. Includes web dashboard via bridge computer.",
|
||||
repository = "gitea://git.spatulaa.com/MayaTheShy/Inventory-Manager-CC/main/",
|
||||
exclude = { "^web/", "^__tests__/", "%.md$", "%.json$", "^%.git", "^LICENSE$", "^node_modules/" },
|
||||
exclude = {
|
||||
"^web/", "^__tests__/", "^startup/",
|
||||
"%.md$", "%.json$", "^%.git", "^LICENSE$", "^node_modules/",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user