Git does not see Content folder in a newly created UE5.0.3 project

I am using plain old console commands and even typing “git add Content” does not do anything.
Honestly, this as weird and annoying as can be, I don’t even know if the issue is with Git or with Unreal. I only checked if all the folders have been added because I have a small OCD, it was clear as day that they should be there, just like every other time in any other directory. After double checking and even deleting .gitignore nothing changed, and it works in other projects both on UE5 and UE4.

Ok, I found the issue, the folder just needed to contain some actual files rather than empty folders.

1 Like