Refactor: Remove _forgit_ignore_clean (#421)
Some checks failed
ci / build (ubuntu-22.04) (push) Failing after 1s
ci / build (macos-latest) (push) Has been cancelled
ci / build (ubuntu-20.04) (push) Has been cancelled

This commit is contained in:
sandr01d 2025-02-10 19:36:13 +01:00 committed by GitHub
parent bb83b3cba0
commit e07b353b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"