mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
GitHub linguist: Mark .rst files as detectable
Linguist excludes documentation by default, which is not so useful on a repo dedicated to documentation. This attribute forces it to take .rst files into account and properly report this report as being 99% reStructuredText.
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Properly detect languages on GitHub
|
||||
*.rst linguist-detectable=true
|
||||
Reference in New Issue
Block a user