From 18d8e5422b6167c425018242a9b17cd3f6dfa640 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Tue, 16 Sep 2025 16:11:22 +0200 Subject: do not exclude unit-openapi.yaml from releases Signed-off-by: Andrew Clayton --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 16af3a06..55d97f91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ pkg/** export-ignore docs/*.* export-ignore docs/Makefile export-ignore +docs/unit-openapi.yaml -export-ignore -- cgit