From 7cfe06e86e842c168ca277d94b379c39f0431959 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 3 Mar 2022 00:36:27 +0100 Subject: [PATCH] Doc: Add config file to exclude paths list --- doc/manafiles.json | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manafiles.json b/doc/manafiles.json index 32f9776..17e65a7 100644 --- a/doc/manafiles.json +++ b/doc/manafiles.json @@ -2,6 +2,7 @@ "excludePaths" : { ".git": "directory", ".md": "endsWith", + "manafiles.json": "endsWith", "packages": "file", "README.org": "endsWith", "screenshot.png": "file"