mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
- Implemented a restart counter to prevent infinite update loops. - Added checks for update success using marker files. - Improved logging for update attempts and failures. - Created comprehensive documentation for npm commands and setup processes. - Introduced a new update system using GitHub API for seamless updates. - Added troubleshooting guidelines for common issues.
24 lines
339 B
Plaintext
24 lines
339 B
Plaintext
sessions/
|
|
dist/
|
|
node_modules/
|
|
.vscode/
|
|
.github/
|
|
diagnostics/
|
|
reports/
|
|
accounts-created/
|
|
accounts.json
|
|
accounts.jsonc
|
|
notes
|
|
accounts.dev.json
|
|
accounts.dev.jsonc
|
|
accounts.main.json
|
|
accounts.main.jsonc
|
|
.DS_Store
|
|
.playwright-chromium-installed
|
|
*.log
|
|
.update-backup/
|
|
.update-download.zip
|
|
.update-extract/
|
|
.update-happened
|
|
.update-restart-count
|