Files
Microsoft-Rewards-Bot/.gitignore
LightZirconite 6be9cca80f feat: Implement account creation module with realistic data generation
- Add DataGenerator class for generating emails, passwords, birthdates, and names.
- Create README.md detailing features, usage, and process flow for account creation.
- Develop CLI for initiating account creation with optional referral URL.
- Introduce nameDatabase for realistic first and last name generation.
- Define CreatedAccount interface for structured account data.
2025-11-07 20:45:18 +01:00

24 lines
422 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/
# Exclude package-lock.json from repo for cross-platform compatibility
# Each platform (Windows/Linux/Raspberry Pi/Docker) generates its own
package-lock.json