67ea1ddba2
- Define isFeishu = isFeishuWiki || isFeishuDocx (was referenced but never declared, causing ReferenceError on Feishu URLs) - Add mkdirSync import, drop unused basename - Add .trae/ to .gitignore (IDE-local skill drafts, not for publish)
24 lines
310 B
Plaintext
24 lines
310 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Output
|
|
output
|
|
|
|
# Cookies / sessions (auto-generated by scraper)
|
|
cookies.json
|
|
feishu-cookies.json
|
|
feishu-wiki-cookies.json
|
|
*-cookies.json
|
|
|
|
# Auth artifacts
|
|
feishu-auth-qr.png
|
|
|
|
# Local config / IDE
|
|
.claude/
|
|
.debug/
|
|
.trae/
|
|
.DS_Store
|
|
|
|
# Bundled browsers (pkg build output)
|
|
browsers/
|