From 0efa91898535f8312f05ed5e9af36a3a9064d457 Mon Sep 17 00:00:00 2001 From: chrischtel <92454917+chrischtel@users.noreply.github.com> Date: Sun, 26 May 2024 16:35:51 +0200 Subject: [PATCH] Added package gitty (#2882) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 904a1c5..5efc39f 100644 --- a/packages.json +++ b/packages.json @@ -33512,5 +33512,18 @@ "description": "Nix lockfile generator", "license": "BSD-3-Clause", "web": "https://git.sr.ht/~ehmry/nim_lk" + }, + { + "name": "gitty", + "url": "https://github.com/chrischtel/gitty", + "method": "git", + "tags": [ + "cli", + "tool", + "gitignore" + ], + "description": "Easily create .gitignore files from your terminal", + "license": "BSD-3-Clause", + "web": "https://github.com/chrischtel/gitty" } ]