From 4e1359aa95486affb46706073bff466e2eac46e9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 24 May 2026 16:47:24 +0900 Subject: [PATCH] internal/rosa/package: ignore local directory For testing packages noneligible for upstream. Signed-off-by: Ophestra --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b9012eda..72917bd6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # cmd/dist default destination /dist + +# local packages +/internal/rosa/package/local