1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update .gitattributes

This commit is contained in:
SnailClimb 2019-03-30 14:36:07 +08:00 committed by GitHub
parent db842fa1dd
commit 595d1ff627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored
View File

@ -2,4 +2,5 @@
* text=auto * text=auto
*.js linguist-language=java *.js linguist-language=java
*.css linguist-language=java *.css linguist-language=java
*.html linguist-language=java *.html linguist-language=java
*.md linguist-language=java