mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
e2208355b1
remove btc wallet disable local zmq
16 lines
521 B
Plaintext
16 lines
521 B
Plaintext
# Auto detect text files and normalize line endings to LF
|
|
# This will handle all files NOT found below
|
|
* text=auto
|
|
# These text files should retain Windows line endings (CRLF)
|
|
*.bat text eol=crlf
|
|
# These binary files should be left untouched
|
|
# (binary is a macro for -text -diff)
|
|
*.bmp binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.jar binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.png binary
|
|
p2p/src/main/resources/*XMR_LOCAL filter=lfs diff=lfs merge=lfs -text
|