SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
810 stars 165 forks source link

List of default binaries files for GIT-LFS #28

Closed fire closed 7 years ago

fire commented 8 years ago

Is there a predefined list of GIT-LFS files for UE4 projects that are binaries?

Stuff like:

Maybe if the file is bigger than 300 KB it'll prompt to add it to LFS.

SRombauts commented 8 years ago

Not that I am aware of, but will probably work on this sometime later

SRombauts commented 7 years ago

I will try to work on this if I can get Git LFS to work correctly (issue #35)

Currently, my ".gitattributes" file contains just one line:

Content/** filter=lfs diff=lfs merge=lfs -text
SRombauts commented 7 years ago

Default ".gitattributes" file will contain just one line:

Content/** filter=lfs diff=lfs merge=lfs -text -lockable

The "lockable" part is new to Git LFS 2.0.0 (see #36) but is retro-compatible with LFS 1.x (tested with Git LFS 1.5.5)

BenjaminDSmithy commented 7 years ago

@fire @SRombauts I'm working on a new UE4 Git LFS Template project which I'll be uploading to GitHub once it's better defined but if you'd like to check out the earlier revisions please see: https://bitbucket.org/BinarySword/ue4-git-template/src

Just note that I will probably not be accepting any Pullback requests on Bitbucket Cloud, so you'll either have to wait until it's uploaded to GitHub or message me directly with your suggestions.