From 5875987e3a5ce8dd691fbf33ca33cd1688d1f70c Mon Sep 17 00:00:00 2001 From: sandroid Date: Sat, 8 Feb 2025 18:54:43 +0100 Subject: [PATCH] Refactor: Remove _forgit_ignore_clean --- bin/git-forgit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index bd1d0dd..397d76f 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"