diff --git a/.fontfoldercleanup/git_reset_and_clean.sh b/.fontfoldercleanup/git_reset_and_clean.sh index 7898bde..704dd5a 100755 --- a/.fontfoldercleanup/git_reset_and_clean.sh +++ b/.fontfoldercleanup/git_reset_and_clean.sh @@ -2,5 +2,5 @@ # go to the root of the repository cd "$(git rev-parse --show-toplevel)" # reset the repository to the main branch and clean it -git reset --hard main +git reset --hard git clean -fdx -e .env/ -e .idea/ \ No newline at end of file