add initial commit

This commit is contained in:
Nathan
2025-08-20 14:40:49 -06:00
parent 244b99a39b
commit a690850b0b
3 changed files with 142 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ if exist "A:\1 Amazon_Active_Projects\3 ProjectStructure\components\gitattribute
pushd "%projectRoot%" >nul
git init
git lfs install
git add . -v
git commit -m "init"
popd >nul
echo Project structure created successfully in folder: %projectRoot%