aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* docs: keep the timeline face's design history, not its engineCraig Jennings9 days1-0/+3
| | | | | | | | Six prototypes from the world-face work, kept as the record of how the design got to where it is. The first five are self-contained; prototype 6 and the option-A pages load the engine, so they read here but do not run here. The engine stays out on purpose. It carries the list of places I travel to, with coordinates, and this repo is published — a design record is not worth publishing that for. The README says how to copy the modules in locally to run prototype 6, and gitignore keeps such a copy from being committed by accident. Dropping the prototype test target with it: the engine and its tests now live in one place, so the suite runs once rather than twice over identical files.
* chore: ignore the screenshot the gallery probes emitCraig Jennings2026-07-161-0/+3
| | | | probe-fams.mjs writes fams.png into the test directory on every run, so it sat untracked and one `git add -A` from being committed.
* chore: extend gitignore for local tooling filesCraig Jennings2026-07-021-0/+4
|
* chore: log UI follow-up bugs and ignore dated secret backupsCraig Jennings2026-05-211-0/+3
| | | | I logged three follow-ups: uneven waybar indicator spacing, airplane-mode toggle hardening (a laptop guard and a brightness fallback), and rectangular wlogout exit-menu buttons. I also moved the finished touchpad and airplane-mode entries into the resolved section, and added a gitignore rule so dated .bak backups stay on disk but out of git.
* chore(dotfiles): move claude config to rulesets, add gitignore guardCraig Jennings2026-05-061-0/+5
| | | | | | I moved settings.json, .mcp.json, and commands/refactor.md to the rulesets repo so they travel across machines instead of being archsetup-specific. The local ~/.claude/ symlinks now point at rulesets. I also added the three paths to .gitignore so a stray re-add of any of them won't slip through. settings.local.json stays here because it's per-machine by convention.
* chore: add pycache directories to gitignoreCraig Jennings2026-04-241-0/+3
| | | | now ignoring all __pycache__ directories
* restructure: move docs/ to .ai/ + sync latest templateCraig Jennings2026-04-201-1/+1
| | | | | Per claude-templates c36fd14. Claude tooling moves to hidden .ai/; project-level docs/ reserved for real documentation.
* chore: gitignore .claude/ and .cursorrulesCraig Jennings2026-04-131-0/+4
|
* chore: add reference-repos to gitignoreCraig Jennings2026-01-251-0/+3
|
* fix(testing): remove obsolete --skip-slow-packages optionCraig Jennings2026-01-241-0/+10
This flag was removed from archsetup but remained in test scripts.