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:
d1y
2024-01-28 16:30:30 +02:00
committed by GitHub
parent 3493e71ad4
commit e38489196d
+1
View File
@@ -37,6 +37,7 @@
"gitattributes": "vcs",
"gitignore": "vcs",
"gitmodules": "vcs",
"gitkeep": "vcs",
"go": "code",
"h": "code",
"handlebars": "code",