|
|
|
@ -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"
|
|
|
|
|