From 3081c323e143ee8e88d50033f4e83f699660a001 Mon Sep 17 00:00:00 2001 From: Kostas Drakontidis Date: Wed, 14 May 2025 20:48:20 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a66b031..91c4edb 100644 --- a/.gitignore +++ b/.gitignore @@ -137,4 +137,7 @@ dist # config files app/config/ -app/logs/ \ No newline at end of file +app/logs/ + +# database +sensors.db \ No newline at end of file