GitHub App completely ignoring Asset folder when updating.

It seems to disregard any of the contents as well, is there a reason that it does this? I used the Brackeys tutorial to make repository for my project.

FIXED: The asset folder had a .git file in there for some reason
9723958--1390135--upload_2024-3-25_6-21-34.png

You might have a .git folder inside Assets that makes git believe it’s a nested repository. That should be removed if so.

1 Like

That was the case thank you