An open-source distributed version control system.
12
votes
2answers
3k 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 ...
7
votes
2answers
582 views
problem with git on a unity project
I tried to version control my project folder with git. When it came to pull the project from the repository, though, something went wrong: apparently scripts are missing and the prefabs and kind of ...
7
votes
3answers
679 views
Source control for storing everything of game project?
Is it usual to manage not only source code, but all assets, textures, art, documentation files, etc under git repository for version controlling? For example I wanna to get back old version of ...