Skip to content

Commit

Permalink
Update .gitattributes file to exclude linguist-vendored for HTML, CSS…
Browse files Browse the repository at this point in the history
…, and JS files
  • Loading branch information
LyubomirT committed Mar 21, 2024
1 parent 2cd390b commit ce5e22d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pages/* linguist-vendored
.html linguist-vendored=false
.css linguist-vendored=false
.js linguist-vendored=false
*.html linguist-vendored=false

*.css linguist-vendored=false

*.js linguist-vendored=false

0 comments on commit ce5e22d

Please sign in to comment.