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 <kodabear@Akhils-MacBook-Pro.local>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
AKHIL TRIPATHI
2026-06-29 20:22:46 +02:00
committed by GitHub
co-authored by Akhil Tripathi Claude Opus 4.8
parent 37a0eed6e7
commit 46a9fdc66c
+5 -2
View File
@@ -65,5 +65,8 @@ job_search_tracker.csv
# Upskill reports (personal output) # Upskill reports (personal output)
upskill/*.md upskill/*.md
# Agent usage logs # Agent skills: track the source, ignore only deps and logs.
.agents/ # (A blanket `.agents/` ignore silently drops the job-search CLI skills from the repo.)
.agents/**/node_modules/
.agents/**/*.log
.agents/usage/