aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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.