I think git does not track empty directories by default, but is there any way to make it track them?
I have two empty directories that I would like to be included with a project "images" and "plugins" but both directories are empty by default.
Is there anyway to get this to show up in GitGui so I can commit the empty directories?
I looked at something with a flag of --no-empty-directory, but that didn't seem to do anything. I added it to my exclude file that is in the .git directory of the root of the project folder.