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 22:30:30 +08:00 committed by GitHub
parent 3493e71ad4
commit e38489196d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@
"gitattributes": "vcs",
"gitignore": "vcs",
"gitmodules": "vcs",
"gitkeep": "vcs",
"go": "code",
"h": "code",
"handlebars": "code",