From 4d989f238dd796e147cb6a49e6285073c7818b4f Mon Sep 17 00:00:00 2001 From: iniznet Date: Sat, 29 Oct 2022 10:10:48 +0000 Subject: [PATCH] update clean script --- scripts/clean.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/clean.sh b/scripts/clean.sh index 678d294..245a7ee 100644 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -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 \ No newline at end of file +mv !(authcred) authcred +mv .editorconfig authcred \ No newline at end of file