mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Avoid deleting excluded files in .gitignore in build script
This commit is contained in:
parent
af4cbf4c39
commit
15c0c2626e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fi
|
|||
|
||||
# Update local branch
|
||||
git reset --hard origin/master
|
||||
git clean -x -f -d
|
||||
git clean -f -d
|
||||
|
||||
## Whether to auto-build or force-build
|
||||
case "${1:-nil}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue