so I see git doesnt recognize folders, or should I say when the only change between commits is addition of empty folders to the working tree they're not show in 'git status' after 'git add .'
how would you handle the need to add empty folders to the working tree (for runtime storage) and have them be reflected/created when other repos pull from the current repo (one in which the folders were added)?
thank you