Skip to content

Commit e644e19

Browse files
committed
Set .html linguist-detectable=false
1 parent 4ce08cd commit e644e19

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitattributes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
*.fig binary
22
*.mat binary
3-
*.m binary
43
*.mdl binary diff merge=mlAutoMerge
54
*.mdlp binary
65
*.mexa64 binary
@@ -9,7 +8,7 @@
98
*.mlapp binary
109
*.mldatx binary
1110
*.mlproj binary
12-
*.mlx binary
11+
*.mlx binary merge=mlAutoMerge
1312
*.p binary
1413
*.sfx binary
1514
*.sldd binary
@@ -27,3 +26,7 @@
2726
*.pdf binary
2827
*.png binary
2928
*.xlsx binary
29+
30+
# Ignore HTML
31+
32+
*.html linguist-detectable=false

0 commit comments

Comments
 (0)