progress
This commit is contained in:
parent
a836a1a2c0
commit
39cca7bfc3
|
@ -0,0 +1,32 @@
|
|||
#
|
||||
# see https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Explicitly declare text files you want to always be normalized and converted
|
||||
# to Unix line endings on checkout.
|
||||
*.c text eol=lf
|
||||
*.cpp text eol=lf
|
||||
*.h text eol=lf
|
||||
*.xml text eol=lf
|
||||
*.mk text eol=lf
|
||||
*.java text eol=lf
|
||||
*.bat text eol=lf
|
||||
*.sh text eol=lf
|
||||
*.iml text eol=lf
|
||||
*.txt text eol=lf
|
||||
*.ini text eol=lf
|
||||
|
||||
# KiCad files
|
||||
*.dsn text eol=lf
|
||||
*.kicad_pcb text eol=lf
|
||||
*.net text eol=lf
|
||||
*.pro text eol=lf
|
||||
*.sch text eol=lf
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
java -DRUSEFI_PROXY_PASSWORD=d -jar rusefi_server.jar proxy_server
|
Loading…
Reference in New Issue