From 70a72dd32af20d5a391e7d4e9a76364a8a2bc1d9 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 24 Oct 2020 15:58:49 +0200 Subject: [PATCH] Ignore yaml configuration files in data. https://github.com/Koenkk/zigbee2mqtt/issues/4697 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f5c70fb9..081c4f18 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,7 @@ data/database.db.backup data/extension # MacOS indexing file -.DS_Store \ No newline at end of file +.DS_Store + +# Ignore config +data/*.yaml \ No newline at end of file