mirror of
https://github.com/conorbronsdon/avoid-ai-writing.git
synced 2026-09-19 01:32:11 +08:00
46bdea4038
The sync scripts regenerate 28 tracked files, but nothing told GitHub, so every PR touching SKILL.md or references/patterns.md showed full diffs of each mirrored copy and they counted toward language statistics. Globs stay narrow: skills/avoid-ai-writing/agents/openai.yaml, the plugin manifests, cursor-rules/README.md and the hand-written sub-skill SKILL.md files are not marked. Closes #233 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
*.sh text eol=lf
|
|
*.md text eol=lf
|
|
|
|
# Generated copies. Regenerated by scripts/sync-plugin-skill.sh and
|
|
# scripts/sync-cursor-rules.sh (edit the canonical sources instead); marking
|
|
# them collapses their diffs on GitHub and drops them from language stats.
|
|
# Keep these globs narrow: cursor-rules/README.md, the hand-written sub-skill
|
|
# SKILL.md files, skills/avoid-ai-writing/agents/openai.yaml and the plugin
|
|
# manifests are not generated.
|
|
SKILL.full.md linguist-generated=true
|
|
dist/avoid-ai-writing.md linguist-generated=true
|
|
cursor-rules/avoid-ai-writing.mdc linguist-generated=true
|
|
plugins/avoid-ai-writing/skills/avoid-ai-writing/** linguist-generated=true
|
|
skills/avoid-ai-writing/SKILL.md linguist-generated=true
|
|
skills/avoid-ai-writing/references/** linguist-generated=true
|
|
skills/avoid-ai-writing/detector/** linguist-generated=true
|
|
skills/avoid-ai-writing/scripts/** linguist-generated=true
|
|
skills/avoid-ai-writing/examples/** linguist-generated=true
|
|
skills/ai-writing-detector/scripts/patterns.js linguist-generated=true
|
|
skills/preservation-verifier/scripts/patterns.js linguist-generated=true
|
|
skills/preservation-verifier/scripts/validate.js linguist-generated=true
|