bc100-autofill/web-ext-config.js
2023-10-14 16:28:19 +02:00

8 lines
139 B
JavaScript

module.exports = {
ignoreFiles: [
"README.md",
"package.json",
"web-ext-config.js",
".DS_Store"
]
}