Update exclude patterns in package configuration for improved clarity

This commit is contained in:
MayaTheShy
2026-03-22 16:07:15 -04:00
parent 67273d6a80
commit 761127650f

View File

@@ -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/",
},
}