diff --git a/.gitattributes b/.gitattributes index 176a458f94..ebbf058172 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ * text=auto + +# Workaround for a bug in GitHub's language detection, +# previously half of our code was being counted as JavaScript.. for some reason... +# and we certainly can't have that. - Brandon +*.js linguist-detectable=false