From d6a97adb5a1eae6cd7b823f2944a366c8c0bc723 Mon Sep 17 00:00:00 2001 From: Stephan Wolski Date: Wed, 11 Jul 2018 18:25:35 -0400 Subject: [PATCH] add .gitattributes to mark WebIDL as vendored Add .gitattributes file to tell Linguist that the WebIDL is vendored. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a15230403 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.webidl linguist-vendored