浏览代码

Merge pull request #858 from myhloli/dev

chore: add CSS and SCSS files to linguist-vendored- Update .gitattributes to mark CSS and SCSS files as vendored
Xiaomeng Zhao 1 年之前
父节点
当前提交
a37d9d36f9
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .gitattributes

+ 3 - 1
.gitattributes

@@ -1,3 +1,5 @@
 *.js linguist-vendored
 *.mjs linguist-vendored
-*.html linguist-documentation
+*.html linguist-documentation
+*.css linguist-vendored
+*.scss linguist-vendored