jamestomasino/stutter

View on GitHub
web-ext-config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  ignoreFiles: [
    'yarn.lock',
    'web-ext-config.js',
    'webpack*',
    'src*',
    'package.json',
    'README.md',
    '**/*.log',
    '**/*.map'
  ],
}