DEV Community

Play Button Pause Button
✨ thetealpickle πŸ“±
✨ thetealpickle πŸ“±

Posted on

video game ep2 source control and .gitignore

ep2 Source control and .gitignore

When you're working with Unreal, should we commit everything?
What NEEDS to be committed and what doesn't?

Latest comments (4)

Collapse
 
missamarakay profile image
Amara Graham

This was my main snag when starting game dev projects. I was like what are all these files... and I definitely don't need all of them on Git or GitHub.

Collapse
 
baedyl profile image
Baedyl

Is that a pickle Rick at the back?!

Collapse
 
thetealpickle profile image
✨ thetealpickle πŸ“±

PICKLE RICK!!!!!!!!!!!!!!!!!

Collapse
 
atan profile image
atan

As a starting point, check out github's .gitignore for Unreal engine projects. The repo also includes starter .gitignores for a bunch of other frameworks and languages!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.