.gitignore

This commit is contained in:
2023-01-15 08:59:01 +01:00
parent acb8511e6a
commit 1bf042186b
+3 -7
View File
@@ -1,6 +1,8 @@
# Example .gitignore file for your config dir. # Example .gitignore file for your config dir.
# An * ensures that everything will be ignored. # An * ensures that everything will be ignored.
*/ .DS_Store
include/.DS_Store
old*
# You can whitelist files/folders with !, these will not be ignored. # You can whitelist files/folders with !, these will not be ignored.
!*.yaml !*.yaml
@@ -13,13 +15,7 @@
!customize !customize
!www/* !www/*
!include/* !include/*
#!www/mini-media-player-bundle.js
#!www/atomic_calendar.js
!custom_components/* !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/*.yaml
!include/automations/*.yaml !include/automations/*.yaml
!include/binary_sensors/*.yaml !include/binary_sensors/*.yaml