From 5a4af6c9861a7f82023ee4f5787a304436b3bfc9 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 22 Mar 2026 15:55:25 -0400 Subject: [PATCH] feat: add initial package configuration file --- .package | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .package diff --git a/.package b/.package new file mode 100644 index 0000000..b3ad449 --- /dev/null +++ b/.package @@ -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/" }, +}