From ef9addfe9a8d694ea02f1e58536a1a0b22aa6678 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 2 Jul 2024 05:28:31 +0800 Subject: [PATCH] qs: add synposis stuff --- repoquickset.ps1 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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"