From 79c7f3cfcfb43c59ba306dc93bf11ec4276af038 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Wed, 19 Jan 2022 07:25:03 +0100 Subject: [PATCH] gitignore adjusted --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f387c54..7a2ce42 100755 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Example .gitignore file for your config dir. # An * ensures that everything will be ignored. -* +*/ # You can whitelist files/folders with !, these will not be ignored. !*.yaml @@ -12,6 +12,7 @@ !.HA_VERSION !customize !www/* +!include/* #!www/mini-media-player-bundle.js #!www/atomic_calendar.js !custom_components/*