Skip to content

Commit 123f937

Browse files
committed
Update .gitignore note
1 parent df21efb commit 123f937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/repomatic-audit/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Compare these files against the upstream reference. **Before flagging absence as
9090
| `.github/ISSUE_TEMPLATE/` | Filename conventions (hyphens, not underscores), missing labels | Personal/internal repo without external bug reporters. |
9191
| `.github/code-of-conduct.md` | Title-case headings vs upstream sentence case, plaintext email vs anti-scrape obfuscation, stale attribution URLs | Replace verbatim with upstream when divergence is detected. |
9292
| `.github/funding.yml` | Compare with reference ||
93-
| `.gitignore` | Symlink target (often `dotfiles/.gitignore_global` or similar) vs upstream | Auto-generated by repomatic; drift means the user should re-run sync. |
93+
| `.gitignore` | Must be a real file: git skips an in-tree `.gitignore` reached via symlink; otherwise content vs upstream | Auto-generated by repomatic; drift means the user should re-run sync. |
9494
| `lychee.toml` | Note differences (usually project-specific, just flag for review) | Project doesn't run lychee. |
9595

9696
**Skip** files that are intentionally excluded via `exclude` in `[tool.repomatic]`. Cross-check `[tool.ruff] extend-exclude` and similar before flagging "missing" entries.

0 commit comments

Comments
 (0)