Browse Source

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 year ago
parent
commit
a37d9d36f9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitattributes

+ 3 - 1
.gitattributes

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