From e961d05e69ba2e15204f0e07c4745886b1d44319 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 5 Jun 2024 02:51:25 +0000 Subject: [PATCH] meta: add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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 +```