open source is social v-it.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Simplify .gitignore — tracked symlinks persist regardless

The .agents/skills symlink is already tracked, so .agents/ ignore
rule won't affect it. No need for negation pattern magic.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -3
+2 -3
.gitignore
··· 7 7 .env 8 8 .npmrc 9 9 10 - # Skills — symlinks to skills/ are tracked; contents are not 11 - .agents/* 12 - !.agents/skills 10 + # Skills 11 + .agents/ 13 12 .claude/skills/ 14 13 skills-lock.json 15 14