From 19f43691c37f9a87f0bea35317a5c2879b21e1fe Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 2 Jul 2024 05:22:46 +0800 Subject: [PATCH] qs: update script --- repoquickset.ps1 | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/repoquickset.ps1 b/repoquickset.ps1 index cc27b49..fdc8ee2 100644 --- a/repoquickset.ps1 +++ b/repoquickset.ps1 @@ -1,30 +1,4 @@ -# common setup script for forge repositories -# structure: -# -# Shared Repository/Monorepository (a la Integrated Project) -# ├── .git/ -# ├── Game -# │ ├── .gitignore (from Unity.gitignore) -# │ ├── .gitattributes (from Unity.gitattributes) -# │ └── ... -# ├── Modelling -# │ ├── .gitattributes (from Modelling.gitattributes) -# │ └── ... -# └── ... -# -# Game (Unity) Repository Folder -# ├── .git/ -# ├── .gitignore (from Unity.gitignore) -# ├── .gitattributes (from Unity.gitattributes) -# └── ... -# -# Modelling (Maya / Z Brush / Substance Painter) Repository Folder -# ├── .git/ -# ├── .gitattributes (from Modelling.gitattributes) -# └── ... - -# git files -$GIT_IGNR_UNITY="https://forge.joshwel.co/mark/common/raw/branch/main/Unity.gitignore" +$GIT_IGNR_UNITY="https://forge.joshwel.co/mark/common/raw/branch/main/Unity.gitignore" $GIT_ATTR_UNITY="https://forge.joshwel.co/mark/common/raw/branch/main/Unity.gitattributes" $GIT_ATTR_MODEL="https://forge.joshwel.co/mark/common/raw/branch/main/Modelling.gitattributes" $GIT_ATTR_GENRC="https://forge.joshwel.co/mark/common/raw/branch/main/Generic.gitattributes"