a06c4f009f
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
252 B
JavaScript
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',
|
|
],
|
|
};
|