no message

This commit is contained in:
Matt Troutman 2024-10-02 15:05:28 -05:00
parent 199951e3e2
commit 0e844b94e7
No known key found for this signature in database

View file

@ -4,6 +4,6 @@ import os
if __name__ == '__main__':
# Clean up git repository
os.system("./git_reset_and_clean.sh") # Change to repo location, reset the repository, and clean untracked files except those in .gitignore
cleanup.remove_ds_store_files() # Remove .DS_Store files from the repository
cleanup.remove_setup_complete_files() # Remove setup complete files from the repository
cleanup.remove_empty_folders() # Remove empty folders from the repository
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