fix: gitignore all runtime data files — search_progress, last_run files
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,6 +3,9 @@ node_modules/
|
||||
# Runtime data — never commit
|
||||
data/jobs_queue.json
|
||||
data/applications_log.json
|
||||
data/search_progress.json
|
||||
data/searcher_last_run.json
|
||||
data/applier_last_run.json
|
||||
|
||||
# User config — contains credentials, never commit
|
||||
config/settings.json
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"lookback_days": 90,
|
||||
"started_at": 1741220400000,
|
||||
"completed": ["linkedin:Founding GTM"],
|
||||
"pending": ["linkedin:Enterprise AE", "wellfound:Founding GTM"],
|
||||
"stats:linkedin:Founding GTM": { "found": 913, "added": 814, "completed_at": 1741224000000 }
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"started_at": 1772757505890,
|
||||
"finished_at": null,
|
||||
"finished": false,
|
||||
"added": 40,
|
||||
"seen": 146,
|
||||
"skipped_dupes": 106,
|
||||
"platforms": []
|
||||
}
|
||||
Reference in New Issue
Block a user