...

/

Git Tracks Files, Not Folders

Git Tracks Files, Not Folders

Learn the trick to track empty folders in Git.

We'll cover the following...

Git doesn’t track folders. This may bother us when we create empty folders as placeholders in a project—for example, an empty images folder at the beginning of a web project. ...