diff --git a/lib/files.js b/lib/files.js index 931a5003..d9b5003d 100644 --- a/lib/files.js +++ b/lib/files.js @@ -4,7 +4,7 @@ const path = require('path') const log = require('./log.js') const whitelist = ['.js', '.json', '.css', '.scss', '.md', '.jsx'] -const blacklist = ['node_modules', 'build', 'dist'] +const blacklist = ['node_modules', 'build', 'dist', 'target'] function whitelisted(file) { return whitelist.includes(path.extname(file))