From 46a9fdc66cb732dd09b5cc4510f27409a9bd2509 Mon Sep 17 00:00:00 2001 From: AKHIL TRIPATHI Date: Mon, 29 Jun 2026 23:52:46 +0530 Subject: [PATCH] Fix .gitignore: stop the blanket .agents/ rule dropping scraper skills (#21) The trailing `.agents/` rule ignored the entire job-search CLI tree, so the scraper skills (the existing Danish ones, and any portal skill a forker adds) are silently excluded from the repo unless force-added. Narrow it to ignore only node_modules, logs, and usage data, so skill source is tracked. Co-authored-by: Akhil Tripathi Co-authored-by: Claude Opus 4.8 --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9ab098f..f5e6006 100644 --- a/.gitignore +++ b/.gitignore @@ -65,5 +65,8 @@ job_search_tracker.csv # Upskill reports (personal output) upskill/*.md -# Agent usage logs -.agents/ +# Agent skills: track the source, ignore only deps and logs. +# (A blanket `.agents/` ignore silently drops the job-search CLI skills from the repo.) +.agents/**/node_modules/ +.agents/**/*.log +.agents/usage/