mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Base: Add .gitconfig to Git file icon files
This adds .gitconfig to git in the file icon provider.
This commit is contained in:
parent
fcd2a40f2c
commit
c53fed7911
Notes:
sideshowbarker
2024-07-17 07:18:29 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/c53fed7911 Pull-request: https://github.com/SerenityOS/serenity/pull/15184
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ cplusplus=*.cpp,*.cxx,*.cc,*.c++
|
||||||
c=*.c
|
c=*.c
|
||||||
font=*.font
|
font=*.font
|
||||||
form=*.frm
|
form=*.frm
|
||||||
git=*.gitignore,*.gitattributes,*.gitcredentials,*.mailmap,*.gitmodules
|
git=*.gitignore,*.gitattributes,*.gitcredentials,*.mailmap,*.gitmodules,*.gitconfig
|
||||||
header=*.h,*.hpp,*.hxx,*.hh,*.h++
|
header=*.h,*.hpp,*.hxx,*.hh,*.h++
|
||||||
html=*.html,*.htm
|
html=*.html,*.htm
|
||||||
css=*.css
|
css=*.css
|
||||||
|
|
Loading…
Reference in a new issue