diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..129e30a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.css linguist-language=[Python,Vue] +*.less linguist-language=[Python,Vue] +*.js linguist-language=[Python,Vue] +*.html linguist-language=[Python,Vue]