From b15d0f3b544520bf71c526cad651b071053b0b0a Mon Sep 17 00:00:00 2001 From: Jesse Doyle Date: Tue, 7 Feb 2017 21:38:16 -0700 Subject: [PATCH] Fix Liguist Vendor Path * Add the `ext` directory as a linguist vendored path so that GitHub properly recognizes this repo as a Crystal project. * This commit changes no behaviour throughout the shard. --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2f7ff3b..a31c29e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -src/ext/* linguist-vendored -spec/javascripts/* linguist-vendored \ No newline at end of file +ext/* linguist-vendored +spec/javascripts/* linguist-vendored