Commita4e64884Recorded1 Aug 2026Repositorysigil-app
Add docket repo descriptor, and declare the vendored tree excluded
Changed
.docket.json | 8 ++++++++
1 file changed, 8 insertions(+)Diff
.docket.jsonadded
@@ -0,0 +1,8 @@
+1
{+2
"status": "active",+3
"summary": "Application framework for Sigil (windowing, input, lifecycle)",+4
"group": "The web",+5
"exclude": [+6
"vendor"+7
]+8
}