fix: update exclude patterns in package configuration for clarity
This commit is contained in:
7
.package
7
.package
@@ -2,5 +2,10 @@
|
|||||||
title = "RemoteTurtle",
|
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.",
|
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/",
|
repository = "gitea://git.spatulaa.com/MayaTheShy/remoteturtle/master/",
|
||||||
exclude = { "^server/", "^client/", "%.md$", "%.yml$", "%.json$", "%.bat$", "%.sh$", "^Dockerfile", "^%.git", "^LICENSE$", "^node_modules/" },
|
exclude = {
|
||||||
|
"^server/", "^client/", "^__tests__/",
|
||||||
|
"^startup_", "^start%.",
|
||||||
|
"%.md$", "%.yml$", "%.json$", "%.bat$", "%.sh$",
|
||||||
|
"^Dockerfile", "^%.git", "^LICENSE$", "^node_modules/",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user