I have a project in Unreal Engine 4 and it's size is 4.5Gb. I want to commit it to the github. Is it any folders, which I can add to the GitIgnore?
You should ignore any binary files (such as the game's .exe file). Here's a more complete list directly from Unreal Engine themselves:
Here is a typical folder structure for a code-based project. The files and folders in bold should be included, the rest can (and should) be safely ignored:
• Binaries*
• Build - any custom build scripts or other build related dependencies you may have
• Config - the default configuration files for your packaged project
• Content - *maps, content files and assets***
• DerivedDataCache - temporary data files generated when you run the game
• Intermediate - temporary files generated when you compile your code
• Saved - local log & configuration files, screenshots, auto-saves etc. that are generated each time you run the game or Editor
• Source - the source code of your project
• If your project uses third-party libraries, i.e. when integrating some software components or hardware devices, you may have DLLs, LIBs or other files in your Binaries directory that must be included if your project depends on them. However, do not include the DLLs and debug files (.pdb) that are generated for the project itself, i.e. MyProject.dll and MyProject.pdb.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With