diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-21 17:52:04 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-21 17:52:04 -0400 |
| commit | d6fa23bb592ce4184c3a8b62de5cb6826f874ee2 (patch) | |
| tree | a9e7704fe428ca0dfb14a35767838d62625ba875 /.gitignore | |
| parent | 09f4d205fe463faf676f95e798d08e8bf498be96 (diff) | |
| download | archsetup-d6fa23bb592ce4184c3a8b62de5cb6826f874ee2.tar.gz archsetup-d6fa23bb592ce4184c3a8b62de5cb6826f874ee2.zip | |
chore: log UI follow-up bugs and ignore dated secret backups
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,3 +23,6 @@ dotfiles/common/.claude/commands/ # Python bytecode cache __pycache__/ + +# Dated local backups of secret files (kept on disk, never tracked) +*.bak-[0-9]* |
