.gitignore update, .editorconfig updates,

added git config, omnisharp.json updates and Infineon extensions update
This commit is contained in:
2022-11-11 12:38:32 -07:00
parent 0f45b2a816
commit cedd68947c
7 changed files with 297 additions and 6 deletions

32
Git/_config Normal file
View File

@ -0,0 +1,32 @@
[core]
repositoryformatversion = 0
filemode = false
bare = false
symlinks = false
ignorecase = true
[remote "origin"]
# git push origin -f
# git pull origin master
url = https://tfs.intra.infineon.com/tfs/ManufacturingIT/Mesa_FI/_git/WinLog
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "mestsa003"]
# git push mestsa003 -f
# git pull mestsa003 master
# git clone \\mestsa003.infineon.com\Git\WinLog.git
url = \\\\mestsa003.infineon.com\\Git\\WinLog.git
fetch = +refs/heads/*:refs/remotes/mestsa003/*
[remote "mestsa07ec"]
# git push mestsa07ec -f
# git pull mestsa07ec master
# git clone \\mestsa07ec.ec.local\Git\WinLog.git
url = \\\\mestsa07ec.ec.local\\Git\\WinLog.git
fetch = +refs/heads/*:refs/remotes/mestsa07ec/*
[remote "ubuntu"]
# git push ubuntu -f
# git pull ubuntu master
# git clone git@phares3757.ddns.net:/srv/git/WinLog.git
url = git@phares3757.ddns.net:/srv/git/WinLog.git
fetch = +refs/heads/*:refs/remotes/ubuntu/*