41 lines
589 B
Plaintext
41 lines
589 B
Plaintext
# ignore my git update script
|
|
update_git.py
|
|
transporter.py
|
|
|
|
# ignore hidden folders
|
|
/config/.storage
|
|
/config/.cloud
|
|
/config/.google.token
|
|
|
|
# ignore some directories.
|
|
/config/icloud/
|
|
/config/www/
|
|
/config/tts/
|
|
/config/deps/
|
|
/config/hadashboards/
|
|
/config/intents/
|
|
/config/themes/
|
|
/config/custom_components
|
|
|
|
|
|
# ignore any of these filesno matter where they are
|
|
**.DS_Store
|
|
**._*
|
|
**.HA_VERSION
|
|
**.pyc
|
|
**.conf
|
|
**.uuid
|
|
**.txt
|
|
**.log
|
|
**.db
|
|
**.sqlite
|
|
**.xml
|
|
**secrets*
|
|
**known_devices.yaml
|
|
**google_calendars.yaml
|
|
**ip_bans.yaml
|
|
**.spotify-token-cache
|
|
**zones.yaml
|
|
**test.yaml
|
|
**.homekit*
|
|
**.vscode |