forked from ZigZagExchange/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
e
35 lines (35 loc) · 1.23 KB
/
e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=master
credential.https://git.heroku.com.provider=generic
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
remote.origin.url=https://github.com/ZigZagExchange/frontend.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.uiRedesign.remote=origin
branch.uiRedesign.merge=refs/heads/uiRedesign
branch.update/some-components.remote=origin
branch.update/some-components.merge=refs/heads/update/some-components
lfs.repositoryformatversion=0
branch.update/fix-issues.remote=origin
branch.update/fix-issues.merge=refs/heads/update/fix-issues