From 1c91c9d74b3c3709c2cad6ac3852ec6dd5e70deb Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Wed, 2 Oct 2024 15:08:17 -0500 Subject: [PATCH] no message --- .fontfoldercleanup/remove_ds_and_clean_empty_folders.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py b/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py index b050575..8a2a5cb 100644 --- a/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py +++ b/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py @@ -6,4 +6,5 @@ if __name__ == '__main__': os.system("./git_reset_and_clean.sh") # Change to repo location, reset the repository, and clean untracked files except those in .gitignore font_folder_cleanup.remove_ds_store_files() # Remove .DS_Store files from the repository font_folder_cleanup.remove_setup_complete_files() # Remove setup complete files from the repository - font_folder_cleanup.remove_empty_folders() # Remove empty folders from the repository \ No newline at end of file + font_folder_cleanup.remove_empty_folders() # Remove empty folders from the repository + os.system("./git_reset_and_clean.sh") # Change to repo location, reset the repository, and clean untracked files except those in .gitignore