diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..039e2f7 --- /dev/null +++ b/.gitattributes @@ -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 + diff --git a/deployment/run_server.sh b/deployment/run_server.sh new file mode 100644 index 0000000..62b5fdb --- /dev/null +++ b/deployment/run_server.sh @@ -0,0 +1,2 @@ + +java -DRUSEFI_PROXY_PASSWORD=d -jar rusefi_server.jar proxy_server \ No newline at end of file