added functionality for pixiv and deviantart

This commit is contained in:
Bryan Van Deusen
2026-02-02 20:17:13 -05:00
parent 3ee7de7ecd
commit cc19bbd372
16 changed files with 158 additions and 27 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
ignoreFiles: [
"create-icons.py",
"generate-icons.py",
"web-ext-artifacts",
"web-ext-config.js",
".amo-upload-uuid",
"*.md"
]
};