new script named UpgradeToGitProj. this is to be ran in a project structure that was pre-git.

1. appends gitignore and gitattributes, initializes git, and installs git lfs
    - If already initialized, will this just error but continue?
2. Manages Renders folder: 
    a. creates folder, adding NewDaily and UpdateSeq scripts
    b. scans the structure within blends\animations and creates a folder for each submodule, e.g. Horizontal, Shorts, Vertical, etc. If there are no submodules, it just grabs the daily_* folders.
    c. For each daily_* folder, it copies the contents of each daily_*\seq\ folder into the Renders\submodule\ folder. If it's taking daily_* folders from the root, it just copies the contents of the daily_*\seq\ folder into the Renders\ folder.