Skip to content

Commit

Permalink
Refactor: Remove _forgit_ignore_clean (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandr01d authored Feb 10, 2025
1 parent bb83b3c commit e07b353
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/git-forgit
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e07b353

Please # to comment.