Hacker News new | ask | show | jobs
by scruple 1949 days ago
> One of the oddest things I more recently learned about Git is that you can’t create empty folders. The workaround is to create an empty file (e.g., a README)!

The convention I've seen is `.keep` and `.gitkeep`.