From e38489196da9e2d0faeb236b18f5f248704cb0e1 Mon Sep 17 00:00:00 2001 From: d1y Date: Sun, 28 Jan 2024 22:30:30 +0800 Subject: [PATCH] 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. --- assets/icons/file_icons/file_types.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index bda16db73c..a55d505de4 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -37,6 +37,7 @@ "gitattributes": "vcs", "gitignore": "vcs", "gitmodules": "vcs", + "gitkeep": "vcs", "go": "code", "h": "code", "handlebars": "code",