no message
This commit is contained in:
parent
0e844b94e7
commit
1c91c9d74b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
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_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_setup_complete_files() # Remove setup complete files from the repository
|
||||||
font_folder_cleanup.remove_empty_folders() # Remove empty folders from the repository
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue