On Unity Projects and The Forge:

Creating a Git LFS-enabled Repository for Unity Projects

Mirroring a Unity Project into both The Forge and GitHub (for Immersive Media Projects)

Generic Resources

Common Files

https://forge.joshwel.co/mark/common: Template .gitignore Git LFS .gitattributes files for Design (Adobe/Figma), Unity, Modelling (Maya/ZBrush/Substance Painter) and Generic Projects

Or: Quick-set PowerShell Script

  1. Make a folder or navigate to a folder where you want the repository to be in

  2. Right click on the folder and open PowerShell or Open in Terminal

  3. Run the following:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; irm "<https://forge.joshwel.co/mark/common/raw/branch/main/repoquickset.ps1>" | iex