Files
FabledCurator/extension/web-ext-config.cjs
T
2026-05-23 23:32:23 -04:00

14 lines
252 B
JavaScript

module.exports = {
sourceDir: '.',
artifactsDir: './web-ext-artifacts',
ignoreFiles: [
'package.json',
'package-lock.json',
'web-ext-config.cjs',
'web-ext-artifacts',
'node_modules',
'README.md',
'.gitignore',
],
};