.gitignore
This commit is contained in:
+3
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user