diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-14 18:27:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-14 18:27:38 -0500 |
| commit | 2e422bce83cb3829d829fcad29cb90e85c7172da (patch) | |
| tree | 69f4d639b2423bc468836da2071a4de4618407e0 /.gitignore | |
| parent | eef4d9767b237dbd64a06542bd9cbfbc73724c26 (diff) | |
| download | dotemacs-2e422bce83cb3829d829fcad29cb90e85c7172da.tar.gz dotemacs-2e422bce83cb3829d829fcad29cb90e85c7172da.zip | |
chore(theme-studio): drop scratch theme JSONs, ignore working artifacts
Remove the distinguished-revised, distinguished-test, dupre-rebuild, dupre-revised, and sterling2 experiment snapshots, and ignore WIP.json and themes/theme-theme.el so working scratch stays out of the tree.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 274ac4b0a..4a8c71309 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,7 @@ __pycache__/ # editor/image backup files *.bak smoke/ + +# theme-studio working/scratch artifacts (not source of truth) +/scripts/theme-studio/WIP.json +/themes/theme-theme.el |
