# git (lfs) files for unity projects just make sure that these two are in your unity project (**not** the `Assets/` subfolder!) - [.gitignore](https://forge.joshwel.co/mark/unity/raw/branch/main/.gitignore) (skip this if you already made one with github desktop or by hand) - [.gitattributes](https://forge.joshwel.co/mark/unity/raw/branch/main/.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//.git/info/lfs.locksverify true ```