Keep Empty Folders in Git with .gitkeep File

Within a few months we migrated from SVN to Git in our company. During the migration, we recognized empty folders for Caching or meant to be for generated PDFs, were not added to the Repository. Git saves itselfs adding empty folders in the version control and does not persuade itself with commands like “git add foldername” or “git add *”. Continue reading Keep Empty Folders in Git with .gitkeep File