Skip to content

Commit bc7db2d

Browse files
authored
chore(linguist): count .compact files on the language bar (OpenZeppelin#691)
1 parent dd88196 commit bc7db2d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
# Compact (.compact) is not a language GitHub Linguist knows, so map it to
2+
# TypeScript: this both syntax-highlights blobs/diffs and lets the files count
3+
# in the repository language bar (under the "TypeScript" slice).
14
*.compact linguist-language=TypeScript
5+
# Force the files into the language statistics so .compact source is represented
6+
# on the language bar, not just highlighted.
7+
*.compact linguist-detectable=true

0 commit comments

Comments
 (0)