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 | f5eccaa18d5a864649b88c4209f2accdf6d389f8 (patch) | |
| tree | aac107960ab45509ffb1d66bc6b2b580cac10017 /.gitignore | |
| parent | c004a26bdf4039897a74b5349e7bdaf8cc6c90c7 (diff) | |
| download | dotemacs-f5eccaa18d5a864649b88c4209f2accdf6d389f8.tar.gz dotemacs-f5eccaa18d5a864649b88c4209f2accdf6d389f8.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 |
