Make .gitkeep icon use VCS icon (#6931)
This should be a standard recognized by everyone ```bash mkdir todo touch todo/.gitkeep # just placeholder git add todo git commit ``` Release Notes: - Added icon for `.gitkeep` files.
This commit is contained in:
parent
3493e71ad4
commit
e38489196d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
"gitattributes": "vcs",
|
||||
"gitignore": "vcs",
|
||||
"gitmodules": "vcs",
|
||||
"gitkeep": "vcs",
|
||||
"go": "code",
|
||||
"h": "code",
|
||||
"handlebars": "code",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue