From e07b353b9486fc3df191e55852081c15d2a23d6b Mon Sep 17 00:00:00 2001 From: sandr01d <88739791+sandr01d@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:36:13 +0100 Subject: [PATCH] Refactor: Remove _forgit_ignore_clean (#421) --- bin/git-forgit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index bd1d0dd8..397d76ff 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -1089,10 +1089,6 @@ _forgit_ignore_get() { _forgit_ignore_list() { find "$FORGIT_GI_TEMPLATES" -print |sed -e 's#.gitignore$##' -e 's#.*/##' | sort -fu } -_forgit_ignore_clean() { - setopt localoptions rmstarsilent - [[ -d "$FORGIT_GI_REPO_LOCAL" ]] && rm -rf "$FORGIT_GI_REPO_LOCAL" -} public_commands=( "add"