How to add folder to git
DevOps
About
Adding a folder to Git outlines executing terminal directives like `git add <folder_name>`. Because Git natively tracks only files rather than empty directories, this often involves dropping a blank structural placeholder file named `.gitkeep` inside the target layout path.