Found that Git doesn't track a folder. It tracks the contents in the folder. A folder acts as a container, while the files are the contents. To track an empty folder one must add a file even if it's empty. 1) The standard naming would be ".gitkeep". -jck
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
The standard method is usually to create a
.gitkeep
file there.I'll edit it now. Is that how it's done? It's my first time into blogging.