Should Starter Content be pushed to GitHub?

The .gitignore file does not ignore .uasset files. In this lecture I’ve added the starter content to my project, but it’s too big to be pushed to github. What have other people done about this?

You shouldn’t commit the starter content, neither any other dependencies that you can securely download from other sources unless it is necessary.

And as you said, it’s to big to upload.

Cool, I added the lines:

#Starter Content
Content/StarterContent/*

to the bottom of my .gitignore to ignore the starter content.

Privacy & Terms