From dca88edf55ca4514599606b441cf85c547a65c97 Mon Sep 17 00:00:00 2001 From: Snailclimb Date: Mon, 7 May 2018 21:26:46 +0800 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..dfe07704 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/README.md b/README.md new file mode 100644 index 00000000..57bd191e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Java_Guide