Skip to content

Commit b723f09

Browse files
author
xueli.xue
committedMar 22, 2017
语言检测优化
1 parent ca1cadb commit b723f09

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.js linguist-language=Java
2+
*.css linguist-language=Java
3+
*.html linguist-language=Java
4+
*.ftl linguist-language=Java

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
*/target
99
**/target
1010
.DS_Store
11+
.gitattributes

0 commit comments

Comments
 (0)
Please sign in to comment.