ignore html for languages

This commit is contained in:
austinried 2021-08-26 12:54:12 +09:00
parent 872dde4e1c
commit ac175d091f

3
.gitattributes vendored
View File

@ -1,3 +1,6 @@
# Windows files should use crlf line endings # Windows files should use crlf line endings
# https://help.github.com/articles/dealing-with-line-endings/ # https://help.github.com/articles/dealing-with-line-endings/
*.bat text eol=crlf *.bat text eol=crlf
# ignore these paths for GitHub language percentages
android/app/src/main/assets/licenses/* linguist-vendored=true