qs: update script

This commit is contained in:
Mark Joshwel 2024-07-02 05:22:46 +08:00
parent 2dbe573b70
commit 19f43691c3

View file

@ -1,30 +1,4 @@
# common setup script for forge repositories $GIT_IGNR_UNITY="https://forge.joshwel.co/mark/common/raw/branch/main/Unity.gitignore"
# 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_ATTR_UNITY="https://forge.joshwel.co/mark/common/raw/branch/main/Unity.gitattributes" $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_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" $GIT_ATTR_GENRC="https://forge.joshwel.co/mark/common/raw/branch/main/Generic.gitattributes"