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
commit7a01b994fba90d60f2920f77016eb47f1225d333 (patch)
tree3163e4d1f3eb93b8c5d2422ca8f1af95c407292e /.gitignore
parent539b5db3f7e86233ed493d735732d9f2fd26021f (diff)
downloadarchsetup-7a01b994fba90d60f2920f77016eb47f1225d333.tar.gz
archsetup-7a01b994fba90d60f2920f77016eb47f1225d333.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]*