From 0a105615ea50e4f3a9771d4c4ba63a859b890f4c Mon Sep 17 00:00:00 2001 From: Felix Maier Date: Sat, 1 Oct 2016 12:44:05 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 50e1b6e..ec232a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,9 @@ *.sh linguist-vendored=true *.bat linguist-vendored=true +/api/* linguist-vendored=true + # Explicitly specify language for non-standard extensions used under # ide/web/lib/templates to make GitHub correctly count their language stats. # -*.js_ linguist-language=JavaScript \ No newline at end of file +*.js_ linguist-language=JavaScript