From 0cd19c52dd07a7ed2c9ba84472cb837df6084311 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Tue, 7 Dec 2021 23:37:06 +0900 Subject: [PATCH] Added package gigi (#2081) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a231ad0..4171b15 100644 --- a/packages.json +++ b/packages.json @@ -24422,5 +24422,18 @@ "description": "paramidi with nimib", "license": "MIT", "web": "https://github.com/pietroppeter/paramidib" + }, + { + "name": "gigi", + "url": "https://github.com/attakei/gigi", + "method": "git", + "tags": [ + "git", + "gitignore", + "cli" + ], + "description": "GitIgnore Generation Interface", + "license": "Apache-2.0", + "web": "https://github.com/attakei/gigi" } ]