repo: gitea: workflows: dfi: impl: add paths to remove (host::clean)
- Host's (guest VM's) `act_runner` does not use (nor create)
${HOME}/.config for any other purpose other than for `dfi`'s
docker-finance.d
- ${HOME}/.docker is removed to keep a clean workspace
This commit is contained in:
@@ -53,7 +53,8 @@ function host::clean()
|
||||
# Remove default `dfi` layout
|
||||
local _paths
|
||||
_paths+=(".bashrc")
|
||||
_paths+=(".config/docker-finance.d")
|
||||
_paths+=(".config")
|
||||
_paths+=(".docker")
|
||||
_paths+=("docker-finance")
|
||||
_paths+=("finance-flow")
|
||||
_paths+=("plugins")
|
||||
|
||||
Reference in New Issue
Block a user