diff --git a/repoquickset.ps1 b/repoquickset.ps1 index fdc8ee2..9c6b6bf 100644 --- a/repoquickset.ps1 +++ b/repoquickset.ps1 @@ -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"