From cb8f6ce6c31ad5c922e80f88b0fe9751fee14ea4 Mon Sep 17 00:00:00 2001 From: Jay Turner <jaynicholasturner@gmail.com> Date: Wed, 10 Jan 2018 07:45:31 +0000 Subject: [PATCH] [Not important] linguist overrides (#4129) * Add midgetspy back to copywrite, because echelon sent a DMCA. (#3938) * Show information in poster view in seperate DIV (#4011) Added a new DIV to hold the show information. This way custom CSS is more dynamic. And if original CSS is used, there is no harm. * Revert "Show information in poster view in seperate DIV (#4011)" (#4016) This reverts commit 72f937b3667166801ff595ea674a7877dd8b67cd. * linguist overrides --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index cc9821d64..4661b26fb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -89,3 +89,11 @@ init.* text *.zip binary *.7z binary *.rar binary + +#linguist overides +lib/* linguist-vendored +lib/abda/ linguist-vendored=false +lib/enyzme/__init__.py linguist-vendored=false +lib/fake_useragent/ linguist-vendored=false +lib/fanart/ linguist-vendored=false +lib/feedparser/ linguist-vendored=false \ No newline at end of file -- GitLab