Refactor: Remove _forgit_ignore_clean

This commit is contained in:
sandroid 2025-02-08 18:54:43 +01:00
parent bb83b3cba0
commit 5875987e3a
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

View file

@ -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"