diff --git a/pi/.gitignore b/pi/.gitignore index 1f65237..469bbce 100644 --- a/pi/.gitignore +++ b/pi/.gitignore @@ -5,5 +5,5 @@ __pycache__/ *.pyc # configs -./configs/ -!configs/alarms.sample.json \ No newline at end of file +config/ +!config/alarms.sample.json \ No newline at end of file