aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-21 17:52:04 -0400
committerCraig Jennings <c@cjennings.net>2026-05-21 17:52:04 -0400
commitd6fa23bb592ce4184c3a8b62de5cb6826f874ee2 (patch)
treea9e7704fe428ca0dfb14a35767838d62625ba875 /.gitignore
parent09f4d205fe463faf676f95e798d08e8bf498be96 (diff)
downloadarchsetup-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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6a3c13d..d08398a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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]*