docs/.gitignore
Justin Wheeler 65acd61220
🙈 gitignore: Exclude local tooling artifacts
The `docs/superpowers/` directory is used by Claude Code for local
implementation plans and design specs. It should not be tracked in the
repository since these files are session-specific and not part of the
published documentation.

Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-07-02 23:14:07 -04:00

13 lines
207 B
Text

# Documentation artifacts
# Antora-specific rules for preview documentation
_package/
_preview/
# Local tooling artifacts
/docs/superpowers/
# Miscellaneous artifacts
/build/
/cache/
/public/
/preview.pid