feat: add initial package configuration file

This commit is contained in:
MayaTheShy
2026-03-22 15:55:25 -04:00
parent 633d162d81
commit 5a4af6c986

6
.package Normal file
View File

@@ -0,0 +1,6 @@
{
title = "RemoteTurtle",
description = "Web-based remote control for CC:Tweaked turtles with 3D visualization, D* Lite pathfinding, and state-machine AI. Includes turtle controller, GPS host, web bridge, and pocket computer programs.",
repository = "gitea://git.spatulaa.com/MayaTheShy/remoteturtle/master/",
exclude = { "^server/", "^client/", "%.md$", "%.yml$", "%.json$", "%.bat$", "%.sh$", "^Dockerfile", "^%.git", "^LICENSE$", "^node_modules/" },
}