From 849ab68de2a5e31908b8ac538ee729ccd5e43fe7 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 12 Feb 2017 00:22:36 -0700 Subject: [PATCH] Add README.NOW support for long desc scan --- core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.js b/core/config.js index 373f6c49..5008e732 100644 --- a/core/config.js +++ b/core/config.js @@ -488,7 +488,7 @@ function getDefaultConfig() { // common README filename - https://en.wikipedia.org/wiki/README descLong : [ - '^.*\.NFO$', '^README\.1ST$', '^README\.TXT$', '^READ\.ME$', '^README$', '^README\.md$' + '^.*\.NFO$', '^README\.1ST$', '^README\.NOW$', '^README\.TXT$', '^READ\.ME$', '^README$', '^README\.md$' ], },