From 1bf042186b7d5ef8df912619ef615073968eda33 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 15 Jan 2023 08:59:01 +0100 Subject: [PATCH] .gitignore --- .gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 835d56c..b0cc06d 100755 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Example .gitignore file for your config dir. # An * ensures that everything will be ignored. -*/ +.DS_Store +include/.DS_Store +old* # You can whitelist files/folders with !, these will not be ignored. !*.yaml @@ -13,13 +15,7 @@ !customize !www/* !include/* -#!www/mini-media-player-bundle.js -#!www/atomic_calendar.js !custom_components/* -#!custom_components/hpprinter -#!custom_components/lovelace_gen/__init__.py -#!custom_components/lovelace_gen/__pycache__ -#!custom_components/lovelace_gen/manifest.json !include/*.yaml !include/automations/*.yaml !include/binary_sensors/*.yaml