diff options
author | katesalazar <mercedes.catherine.salazar@gmail.com> | 2021-10-04 12:08:07 +0200 |
---|---|---|
committer | katesalazar <mercedes.catherine.salazar@gmail.com> | 2021-10-04 12:11:35 +0200 |
commit | ea11a0ec3a670219e2b830dd0716a68c64351801 (patch) | |
tree | 82ac8d72c2fd05e3dc01efc285437156f11cd35d /.gitattributes | |
parent | a79eb556f37fdac96364db546864cbb9ba0cc634 (diff) |
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.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..732da86 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.mediawiki linguist-detectable |