From 0ceca03fed3c472f8314df57c13f3714b07d8276 Mon Sep 17 00:00:00 2001 From: Dmitry Shelepnev <mitshel@mail.ru> Date: Sun, 15 Jan 2017 19:15:59 +0300 Subject: [PATCH] Update .gitattributes with linguist-vendored flags --- .gitattributes | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 358523f..8d2ed2f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ -assets/ linguist-vendored=false -convert/ linguist-vendored=false -static/ linguist-vendored=false -sopds_web_backend/static/ linguist-vendored=false \ No newline at end of file +opds_catalog linguist-vendored +sopds linguist-vendored +sopds_web_backend linguist-vendored +ssets/* linguist-vendored=false +convert/* linguist-vendored=false +static/* linguist-vendored=false +sopds_web_backend/static/* linguist-vendored=false \ No newline at end of file -- GitLab