qs: add synposis stuff

This commit is contained in:
Mark Joshwel 2024-07-02 05:28:31 +08:00
parent 95b0715113
commit ef9addfe9a

View file

@ -1,4 +1,15 @@
$GIT_IGNR_UNITY="https://forge.joshwel.co/mark/common/raw/branch/main/Unity.gitignore"
<#
.SYNOPSIS
repo quickset script
.DESCRIPTION
script to quickly setup a repository for a game, modelling, design, or generic project with git lfs enabled
.LINK
https://forge.joshwel.co/mark/common
.LINK
https://poissonparler.notion.site/Forge-Resources-d6d6b694a92b4211ac7496dec2b8689d?pvs=4
#>
$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"