git ignore & folder cleanup script

This commit is contained in:
Matt Troutman 2024-09-27 09:17:37 -05:00
parent b3647c4a5e
commit de1227ef75
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -145,7 +145,7 @@ def lowercase_all_the_folders(root_path=font_location):
os.rename(dir_path, new_dir_path)
print(f"Renamed directory: {dir_path} -> {new_dir_path}")
def add_font_folders_to_each(root_path):
def add_font_folders_to_each(root_path=font_location):
for dir in os.listdir(root_path):
dir_path = os.path.join(root_path, dir)
if os.path.isdir(dir_path):

View file

@ -1,3 +1,4 @@
*.ofm
*.cfg
*.g2n
*.DS_Store