diff --git a/README.md b/README.md new file mode 100644 index 0000000..1841bdb --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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 +```