From 46bb7e925df069c26994492402e0c70fbe5cad05 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Mon, 10 Aug 2020 09:28:50 -0700 Subject: [PATCH] [vcpkg] Make C++ the primary github language (#12810) set the linguist settings up so that github treats vcpkg as a C++ project (basically, ignore /ports) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f402cbb78a..d0c3b3e9cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * -text +ports/** -linguist-detectable # Declare files that will always have LF line endings on checkout. scripts/ci.baseline.txt text eol=lf \ No newline at end of file