Skip to content

Commit

Permalink
update clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
iniznet committed Oct 29, 2022
1 parent 5af790d commit 4d989f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

shopt -s extglob nullglob

rm -rf scripts .github node_modules .gitignore
rm -rf scripts .github node_modules .git .gitignore

mkdir authcred
mv !(authcred|build.sh) authcred
mv !(authcred) authcred
mv .editorconfig authcred

0 comments on commit 4d989f2

Please sign in to comment.