From ec89c8840404ca97f4ddf11c9e31cd94cf738161 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 28 Jan 2023 09:17:39 -0800 Subject: [PATCH] homekit: add changelog to gitignore --- plugins/homekit/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/homekit/.gitignore b/plugins/homekit/.gitignore index 9cdb546bf..957512be1 100644 --- a/plugins/homekit/.gitignore +++ b/plugins/homekit/.gitignore @@ -2,3 +2,4 @@ out/ node_modules/ dist/ +CHANGELOG.md