Clean up the language detection on GitHub

This commit is contained in:
Alexander Bock
2021-07-19 16:24:07 +02:00
parent 7a9bcf4762
commit 385bafeb3a

9
.gitattributes vendored
View File

@@ -1,5 +1,14 @@
* text=auto
# Correct GitHub's language detection shenanigans
# Asset files are not Unity, but Lua instead
*.asset linguist-language=Lua
# We have some SPICE frame kernels that get misclassified as code
.tf -linguist-detectable
# We don't want to index the GDAL csv and xml files
modules/globebrowsing/gdal_data/* linguist-vendored
# GitHub files
ATTRIBUTION text
AUTHORS text