mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 08:02:22 +03:00
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
@ -37,6 +37,7 @@
|
||||
"gitattributes": "vcs",
|
||||
"gitignore": "vcs",
|
||||
"gitmodules": "vcs",
|
||||
"gitkeep": "vcs",
|
||||
"go": "code",
|
||||
"h": "code",
|
||||
"handlebars": "code",
|
||||
|
Loading…
Reference in New Issue
Block a user