mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Clean up the language detection on GitHub
This commit is contained in:
9
.gitattributes
vendored
9
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user