Does git ignore empty folders?
Posted
by Eno
on Stack Overflow
See other posts from Stack Overflow
or by Eno
Published on 2010-06-12T21:51:21Z
Indexed on
2010/06/12
22:02 UTC
Read the original article
Hit count: 331
I created an Android project, added it to my git repo, comitted and pushed my clone to the master. Later I tried checking out the project and Eclipse complained about missing src folders. I checked my repo and the master repo and the src folders are missing (Im sure they were there when I created the project). So can someone explain what happened here? Im new to git so maybe I missed something?
© Stack Overflow or respective owner