Skip to content

Commit

Permalink
fix: filter thumbs
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <craig.bassett@gmail.com>
  • Loading branch information
cadriel committed May 18, 2021
1 parent bf30202 commit 5f28384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.ts
Expand Up @@ -138,7 +138,7 @@ export const Globals = Object.freeze({
updateManager: { name: 'update_manager', dispatch: 'version/init' },
history: { name: 'history', dispatch: 'history/init' }
},
FILTERED_FILES_PREFIX: ['.thumbs'],
FILTERED_FILES_PREFIX: ['.thumbs', 'thumbs'],
FILTERED_FILES_EXTENSION: ['.ignoreme'],
DOCS_ROOT: 'https://docs.fluidd.xyz',
DOCS_REQUIRED_CONFIGURATION: 'https://docs.fluidd.xyz/configuration/initial_setup',
Expand Down

0 comments on commit 5f28384

Please sign in to comment.