mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 09:20:36 +00:00
Base: Add Git file type icons
This adds 16x16 and 32x32 Git file icons for files like .gitignore, etc.
This commit is contained in:
parent
d13d571844
commit
ce166785d7
Notes:
sideshowbarker
2024-07-17 07:23:19 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/ce166785d7 Pull-request: https://github.com/SerenityOS/serenity/pull/15141
3 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ cplusplus=*.cpp,*.cxx,*.cc,*.c++
|
|||
c=*.c
|
||||
font=*.font
|
||||
form=*.frm
|
||||
git=*.gitignore,*.gitattributes,*.gitcredentials,*.mailmap,*.gitmodules
|
||||
header=*.h,*.hpp,*.hxx,*.hh,*.h++
|
||||
html=*.html,*.htm
|
||||
css=*.css
|
||||
|
|
BIN
Base/res/icons/16x16/filetype-git.png
Normal file
BIN
Base/res/icons/16x16/filetype-git.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 B |
BIN
Base/res/icons/32x32/filetype-git.png
Normal file
BIN
Base/res/icons/32x32/filetype-git.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 285 B |
Loading…
Reference in a new issue