mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
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:
co-authored by
Akhil Tripathi
Claude Opus 4.8
parent
37a0eed6e7
commit
46a9fdc66c
+5
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user