18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
# Ignore everything by default
|
|
*
|
|
.*
|
|
|
|
# Whitelist your gitignore file
|
|
!.gitignore
|
|
|
|
# Whitelist only your custom text and configuration files
|
|
!*.yaml
|
|
!*.md
|
|
|
|
# Whitelist specific custom asset folders if you use them
|
|
!blueprints/
|
|
!custom_components/
|
|
|
|
# CRITICAL SAFETY: Never track your secrets file
|
|
secrets.yaml
|