Weird large file being tracked with Git

Hi there. I’m currently following the Unreal Engine Developer course but when I go to commit my files through Source Tree there appears to be a large file that I don’t remember creating. It started about two lessons ago but in the lesson where it appeared the only thing I did was to modify the OpenDoor.h file. This appears to be a generated file due to its size but shouldn’t it have been taken into account with the .gitignore file? Is it ok to add it to the .gitignore or should I go ahead and stage it?

This file is generated by Unreal’s lighting build. It is safe to ignore it.

Privacy & Terms