From 34712ca75a086bb6a998ff9cfd8e802508272fce Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Thu, 14 Oct 2021 14:25:10 +0900 Subject: [PATCH] ignore to manage specific config files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1051eb3..4202e7a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ /db/*.rrd /html/images/graph-*.png +/etc/config.json +/etc/digitemp.conf + .php-cs-fixer.cache *~