Skip to content

Commit 728eeae

Browse files
committed
Run husky pre-commit hooks and commit changes
1 parent e9b94ee commit 728eeae

32 files changed

+6861
-890
lines changed

.github/projects/plans/2025-12-18-mustache-variable-enhancements.md

Lines changed: 461 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

.mustacheignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# .mustacheignore
2+
# List glob patterns (one per line) to exclude files/folders from mustache scan
3+
node_modules/**
4+
vendor/**
5+
build/**
6+
dist/**
7+
.git/**
8+
generated-theme/**
9+
coverage/**
10+
logs/**
11+
tmp/**
12+
scripts/mustache-variables-registry.json
13+
tests/fixtures/**

.mustacheignore.example

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# .mustacheignore.example
2+
# Example ignore patterns for mustache variable scanning
3+
# Copy this file to .mustacheignore and customize as needed
4+
5+
# Dependencies
6+
node_modules/**
7+
vendor/**
8+
9+
# Build outputs
10+
build/**
11+
dist/**
12+
generated-theme/**
13+
14+
# Version control
15+
.git/**
16+
17+
# Testing and coverage
18+
coverage/**
19+
tests/fixtures/**
20+
tests/**/*.mock.json
21+
22+
# Logs and temporary files
23+
logs/**
24+
tmp/**
25+
*.log
26+
27+
# Registry file (don't scan the registry itself)
28+
scripts/mustache-variables-registry.json
29+
30+
# Documentation (optional - uncomment if you don't want to scan docs)
31+
# docs/**
32+
# *.md

ISSUES_REPORT.md

Lines changed: 0 additions & 345 deletions
This file was deleted.

0 commit comments

Comments
 (0)