merge work onto home

This commit is contained in:
Nathan
2025-08-26 16:30:45 -06:00
11 changed files with 3031 additions and 9 deletions

View File

@@ -40,7 +40,10 @@ if exist "%~dp0components\gitattributes" copy /Y "%~dp0components\gitattributes"
:: Initialize git and install Git LFS
pushd "%projectRoot%" >nul
git init
git config --global --add safe.directory "%projectRoot%"
git lfs install
git add . -v
git commit -m "init"
popd >nul
echo Project structure created successfully in folder: %projectRoot%