From b40646d6d89d36ffe9a42b421368d3c70702be48 Mon Sep 17 00:00:00 2001 From: abdelrahman wael Date: Fri, 12 Jun 2020 21:00:44 +0200 Subject: [PATCH] fixing language detection --- .gitattributes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index f6ca81c..8dd6c2e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ -assignment 4/en_es_data/dev.es linguist-vendored -assignment 4/sanity_check_en_es_data/dev_sanity_check.es linguist-vendored -assignment 4/sanity_check_en_es_data/test_sanity_check.es linguist-vendored -assignment 4/sanity_check_en_es_data/train_sanity_check.es linguist-vendored +*.py linguist-detectable=true +*.ipny linguist-detectable=true +*.js linguist-detectable=false +*.es linguist-detectable=false +*.sh linguist-detectable=false