Add chromedriver.exe to Git repository

- Update .gitignore to include chromedriver.exe while excluding other driver files
- ChromeDriver is essential for Selenium automation and should be version controlled

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Qyir 2025-10-17 11:11:37 +08:00
parent bdbe2cb555
commit dbef5a98a8
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -33,7 +33,8 @@ douyin_cdp_play_vv_*.txt
# Chrome profiles and drivers # Chrome profiles and drivers
# 注意Chrome profile 包含大量缓存文件不应加入Git # 注意Chrome profile 包含大量缓存文件不应加入Git
scripts/config/chrome_profile/ scripts/config/chrome_profile/
drivers/ drivers/*
!drivers/chromedriver.exe
# Environment variables # Environment variables
.env .env

BIN
drivers/chromedriver.exe Normal file

Binary file not shown.