Files
aj-geddes 3f5182cfd7 fix: add skills/ to .prettierignore to fix CI formatting check
Skills files are generated by the restructure pipeline and contain code
blocks in multiple languages that Prettier cannot parse. Same rationale
as docs/_prompts/ exclusion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 02:20:58 -06:00

17 lines
273 B
Plaintext

# Jekyll-processed files with frontmatter that Prettier cannot parse
docs/manifest.json
docs/sw.js
docs/browserconfig.xml
# Generated files — do not format
docs/_prompts/
skills/
docs/_site/
_site/
node_modules/
vendor/
# Binary and lock files
*.lock
package-lock.json