meta: add readme
This commit is contained in:
parent
a558ef3c10
commit
e961d05e69
13
README.md
Normal file
13
README.md
Normal file
|
@ -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/<username>/<repository>.git/info/lfs.locksverify true
|
||||
```
|
Loading…
Reference in a new issue