diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-14 21:36:08 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-14 21:36:08 -0500 |
| commit | 0f67eb659d9a4295135be26187090d827bb44cf9 (patch) | |
| tree | 9063da7cc7b5069699d18b39cf0f6718beefc473 /.gitignore | |
| parent | 4ce279c9a6b4a256d315c47616a1bd91668a2eef (diff) | |
| download | dotemacs-0f67eb659d9a4295135be26187090d827bb44cf9.tar.gz dotemacs-0f67eb659d9a4295135be26187090d827bb44cf9.zip | |
chore(themes): track generated theme outputs
Drop the theme-theme.el ignore and check in WIP-theme.el, so the deployable themes the studio generates live in the repo. The studio JSON sources stay ignored as scratch.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -101,6 +101,5 @@ __pycache__/ *.bak smoke/ -# theme-studio working/scratch artifacts (not source of truth) +# theme-studio working/scratch JSON sources (the generated themes are tracked) /scripts/theme-studio/WIP.json -/themes/theme-theme.el |
