bc100-autofill/web-ext-config.js

8 lines
139 B
JavaScript
Raw Normal View History

2023-10-14 16:28:19 +02:00
module.exports = {
ignoreFiles: [
"README.md",
"package.json",
"web-ext-config.js",
".DS_Store"
]
}