You must log in or # to comment.
That seems obvious as fuck.
It’s talking about how to track empty directories. Maybe I’m just lazy, but I just throw a readme or something in an empty directory if I want it tracked.
touch me.txt
Why do this at all. Design your tools and systems to create directories in the repo that are needed if they don’t exist.


