common git files
Go to file
2024-06-05 02:51:25 +00:00
.gitattributes meta: add gitattributes 2024-06-05 02:33:18 +00:00
.gitignore meta: add gitignore 2024-06-05 02:34:02 +00:00
README.md meta: add readme 2024-06-05 02:51:25 +00:00

git (lfs) files for unity projects

just make sure that these two are in your unity project (not the Assets/ subfolder!)

  • .gitignore (skip this if you already made one with github desktop or by hand)
  • .gitattributes (for pushing things to git lfs)

and then run the following if you encounter any issues with lfs:

git lfs install
git config lfs.https://forge.joshwel.co/<username>/<repository>.git/info/lfs.locksverify true