I've committed and pushed a project to my GitHub account.
This project contained the following partial file structure:
server
|
--- conf
|
----- some files
|
--- java
|
--- lib
The java and lib folders are empty.
When downloading my project from GitHub, the resulting zip did not contain the java and lib folders.
Does Git delete empty folders?
I am using Atlassian's SourceTree as my Git client.