From 05cd085b89731c899b45f42fd785701ee48c1643 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Mon, 16 Feb 2026 23:32:32 +0900 Subject: [PATCH] untracked alarm config --- pi/.gitignore | 6 +++++- pi/config/{alarms.json => alarms.sample.json} | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename pi/config/{alarms.json => alarms.sample.json} (100%) diff --git a/pi/.gitignore b/pi/.gitignore index 52ae013..9e0f5ba 100644 --- a/pi/.gitignore +++ b/pi/.gitignore @@ -2,4 +2,8 @@ */__pycache__ __pycache__/ *.pyo -*.pyc \ No newline at end of file +*.pyc + +# configs +configs/ +!configs/alarms.sample.json \ No newline at end of file diff --git a/pi/config/alarms.json b/pi/config/alarms.sample.json similarity index 100% rename from pi/config/alarms.json rename to pi/config/alarms.sample.json