From e6c25a710d8a302cdf02611d88bbee9c71837874 Mon Sep 17 00:00:00 2001 From: Mathis Chenuet Date: Mon, 2 Feb 2015 22:48:45 +0000 Subject: [PATCH] add gitattributes and ignore files --- .gitattributes | 3 +++ .gitignore | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..043a78e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text eol=lf + +*.jar binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9eca9b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build +bin