[docker] clean up main dockerfile for router and dev configurations (#12364)

Co-authored-by: ybyang <ybyang7@iflytek.com>
This commit is contained in:
Chang Su
2025-10-30 10:46:09 -04:00
committed by GitHub
parent 700daa3463
commit ecb9fa14e6
6 changed files with 156 additions and 151 deletions

30
docker/configs/.gitconfig Normal file
View File

@@ -0,0 +1,30 @@
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = diff-so-fancy | less --tabs=4 -RFX
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset - %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%C(auto)%d%Creset' --abbrev-commit --
[http]
sslVerify = false
[pull]
rebase = true