Skip to content

Commit 74b75aa

Browse files
authored
Merge pull request #174 from hkfires/dev
新增跟踪auth_profiles下的active和saved两个文件夹(不包含文件夹中内容),规避掉Issues #162中的问题
2 parents c8edd43 + 3538684 commit 74b75aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ errors_py/
218218
logs/
219219

220220
# Authentication Profiles (Sensitive)
221-
auth_profiles/active/
222-
auth_profiles/saved/
221+
auth_profiles/active/*
222+
auth_profiles/saved/*
223223

224224
# Camoufox/Playwright Profile Data (Assume these are generated/temporary)
225225
camoufox_profile/

0 commit comments

Comments
 (0)