All Questions
4 questions
1
vote
1
answer
80
views
Limited git provider and large assets
I am facing a problem with my UE5 project: I am hitting the maximum amount of space my current account allows for git, including LFS.
Some assets are very large, so I cannot use anymore my git ...
1
vote
0
answers
146
views
Unreal 4: Checking out with Git as VCS
I have my editor configured to use git as my VCS. I have my own server in which the repo is hosted.
I followed the GIT with Unreal 4 guide.
My problem is that I cannot find the "Check Out" option in ...
12
votes
1
answer
242
views
What considerations should I be aware of when placing an Unreal project under source control?
I want to give it a try to creating a git repository from my UE4 project and uploading it to Github.com but I wonder what special considerations should I have to avoid posting sensitive information ...
36
votes
3
answers
35k
views
Which Unreal Engine 4 project files can I ignore in source control?
I want to put an Unreal Engine 4 project under source control with git. (I know the editor has Perforce and Subversion support, but I don't care for those.)
What folder and files do I include in the ...