Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 761 Bytes

What is gitkeep.md

File metadata and controls

14 lines (10 loc) · 761 Bytes

What is .gitkeep file?

Functionality is easier whatever you can imagine.
.gitkeep is usually empty and this file needs to save folders structure. Git version control system is ignoring empty folders. That's mean if you want to add empty folder in your project structure, you must place at least one file in there. It can be any named, but .gitkeep - is an informal agreement between all programmers about such files naming.
And it is meaning of this strange at first sight file.😄

Find me here

With respect and love,
by grnbows