-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto eol=lf | ||
# Undo the GitHub's default | ||
# https://github.com/github/linguist/blob/96ad1185828f44bb9b774328a584551ee57ed264/lib/linguist/vendor.yml#L177 | ||
packages/**/*.d.ts -linguist-vendored | ||
# These icons are imported from Google. | ||
# Kept so that we can review the impact when changing the generation script. | ||
packages/mui-icons-material/lib/** linguist-generated | ||
packages/mui-icons-material/material-icons/** linguist-generated | ||
packages/mui-icons-material/legacy/** linguist-vendored | ||
# bundling fixtures | ||
test/bundling/scripts/packages.js linguist-generated | ||
*.html linguist-detectable=false | ||
*.css linguist-detectable=false | ||
*.java linguist-detectable=false | ||
*.python linguist-detectable=true | ||
*.js linguist-detectable=true | ||
*.html linguist-detectable=false | ||
*.xml linguist-detectable=false | ||
*.ts linguist-language=Solidity |