From 9346d7359183f76771de7c11ac8ad1646e040752 Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Wed, 22 Mar 2017 15:45:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=A3=80=E6=B5=8B=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ad499b70 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-language=Java +*.css linguist-language=Java +*.html linguist-language=Java +*.ftl linguist-language=Java \ No newline at end of file diff --git a/.gitignore b/.gitignore index ea3818e5..29204700 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /.idea */target .DS_Store +.gitattributes