From ea11a0ec3a670219e2b830dd0716a68c64351801 Mon Sep 17 00:00:00 2001 From: katesalazar Date: Mon, 4 Oct 2021 12:08:07 +0200 Subject: [PATCH] Make Wikitext linguist-detectable Before this change, repository gets detected as: Python 66.4% Go 12.9% Perl 11.0% TeX 8.1% Shell 1.6% After this change, repository gets detected as: Wikitext 97.2% Python 1.9% Other 0.9% This change was added for a cosmetic effect on GitHub, and the line this change adds can go away in any of these cases: * Conflict with other tool used for reading these documents. * GitHub ceases to use the line. * GitHub ceases to be used as a reading medium for these documents. * GitHub ceases to exist. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..732da86f7a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.mediawiki linguist-detectable