From d709e78a0e460e34e3fc89abf6002aecf4b9871b Mon Sep 17 00:00:00 2001 From: Ole Bittner <dev@oleb.it> Date: Thu, 4 Apr 2024 23:16:48 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5dc8d96..d63fba3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -/* +* !.gitignore -!custom_components/ -!custom_components/reos_integration/** +!/custom_components/ +!/custom_components/reos_integration +!/custom_components/reos_integration/** __pycache__/ *.pyc