mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Refactor: Remove _forgit_ignore_clean (#421)
This commit is contained in:
parent
bb83b3cba0
commit
e07b353b94
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue