Remove the accidentally-committed .superpowers/ scratch (briefs/reports) and gitignore it. Exclude specs/ and plans/ design docs from markdownlint (like the existing docs/superpowers/** exclusion). Pad the registry README table separator so it satisfies MD060.
7 lines
223 B
YAML
7 lines
223 B
YAML
# Rules live in .markdownlint.yaml; this file only sets cli2 options.
|
|
ignores:
|
|
- LICENSE.md
|
|
- docs/superpowers/**
|
|
# Internal design docs (specs/plans) are not user-facing reference material.
|
|
- specs/**
|
|
- plans/**
|