From ed7a675e59ad48876fa69c83fa621119cb32e134 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 8 Dec 2023 11:55:20 +0000 Subject: [PATCH] DEV: Remove GitHub gjs highlighting workaround (#24791) Native gjs highlighting just landed, so this override shouldn't be needed any more. --- .gitattributes | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2ba82579ac6..546b134a0ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,7 +27,3 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain - -# Ember App -*.gjs linguist-language=js linguist-detectable -*.gts linguist-language=ts linguist-detectable