11 lines
176 B
JavaScript
11 lines
176 B
JavaScript
module.exports = {
|
|
ignoreFiles: [
|
|
"create-icons.py",
|
|
"generate-icons.py",
|
|
"web-ext-artifacts",
|
|
"web-ext-config.js",
|
|
".amo-upload-uuid",
|
|
"*.md"
|
|
]
|
|
};
|