26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
# Ignore patterns for remark linting
|
|
|
|
# Generated or external content
|
|
node_modules/
|
|
.git/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
|
|
# Test fixtures (intentionally problematic)
|
|
test/fixtures/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Large documentation that may have legacy formatting
|
|
CHANGELOG.md
|
|
|
|
# Module-specific ignores for legacy content
|
|
src/modules/*/agents/*/memories.md
|
|
src/modules/*/agents/*/knowledge/
|
|
|
|
# Template files that use placeholders
|
|
**/template.md
|
|
**/templates/ |