note how to use git lfs

This commit is contained in:
Malin Freeborn 2024-06-09 16:44:10 +02:00
parent 568f1ddeeb
commit b576587640
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 11 additions and 0 deletions

View File

@ -33,3 +33,14 @@ If your [graphics card does not support vulcan](https://github.com/godotengine/g
```bash
godot --rendering-driver opengl3
```
Git Large File Server
=====================
Git's large-file-server (LFS) lets you track your fat binary files, without making the repository bloated and awful for everyone else in the future.
If you want to track 'jpg' files, you can track them like this:
```bash
git lfs track "*jpg"
```