10 lines
437 B
Plaintext
10 lines
437 B
Plaintext
{
|
|
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__/", "^startup/",
|
|
"%.md$", "%.json$", "^%.git", "^LICENSE$", "^node_modules/",
|
|
},
|
|
}
|