From a0f89555d3a660c31a3421620fb9a9ff7bffb487 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Tue, 26 Jun 2018 19:55:28 +0300 Subject: [PATCH] Thumbs over thumbs (#461) --- src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.json b/src/app.config.json index 6af1d00f2..01436f1bf 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -18,7 +18,7 @@ "supportedPageSizes": [25, 50, 100] }, "files": { - "excluded": [".DS_Store", "desktop.ini", "thumbs.db", ".git"] + "excluded": [".DS_Store", "desktop.ini", "Thumbs.db", ".git"] }, "adf-version-manager": { "allowComments": true,