gitignore adjusted

This commit is contained in:
2022-01-19 07:25:03 +01:00
parent c6dbddde84
commit 79c7f3cfcf
+2 -1
View File
@@ -1,6 +1,6 @@
# 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.
* */
# You can whitelist files/folders with !, these will not be ignored. # You can whitelist files/folders with !, these will not be ignored.
!*.yaml !*.yaml
@@ -12,6 +12,7 @@
!.HA_VERSION !.HA_VERSION
!customize !customize
!www/* !www/*
!include/*
#!www/mini-media-player-bundle.js #!www/mini-media-player-bundle.js
#!www/atomic_calendar.js #!www/atomic_calendar.js
!custom_components/* !custom_components/*