Files
YTScraper/.gitignore
T
beyondx123 67ea1ddba2 Fix isFeishu undefined error and ignore .trae/
- 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)
2026-07-05 20:36:45 +08:00

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/