chore: ignore player bug viewer local data

This commit is contained in:
daixiawu 2026-06-29 18:05:30 +08:00
parent 6834737f2d
commit 3dcd9c1144
5 changed files with 4 additions and 8 deletions

4
.gitignore vendored
View File

@ -132,3 +132,7 @@ __pycache__/
# Local OSS collect-data downloads and JSON exports.
/Tools/OSS/Data/
# Local player bug viewer cache and machine config.
/Tools/PlayerBugViewer/Data/
/Tools/PlayerBugViewer/config.local.json

View File

@ -1,8 +0,0 @@
{
"access_key_id": "LTAI5t7x5WJDtoFNpxDq4MWh",
"access_key_secret": "fBDtyz7Z38B7rvRXHNzqVflw6LThXX",
"endpoint": "oss-cn-shanghai.aliyuncs.com",
"bucket": "th1-oss",
"save_config_dir": "C:\\Users\\wuwenbo\\AppData\\LocalLow\\Remilia Command\\Config",
"skip_existing_downloads": true
}