From 18c992084d11efa461f79aa473fb774d36b440c0 Mon Sep 17 00:00:00 2001 From: TheBlckbird <66938161+TheBlckbird@users.noreply.github.com> Date: Tue, 20 Jun 2023 07:49:01 +0200 Subject: [PATCH] Add git icon to .keep (#2010) * Add git icon to .keep * Add .gitpreserve --- src/icons/fileIcons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 15e4e38db3..bfbe595d18 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -672,6 +672,8 @@ export const fileIcons: FileIcons = { '.gitconfig', '.gitmodules', '.gitkeep', + '.keep', + '.gitpreserve', '.gitinclude', '.git-blame-ignore', '.git-blame-ignore-revs',