Initial Commit
This commit is contained in:
62
.gitignore
vendored
Normal file
62
.gitignore
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
# ignore hidden folders
|
||||
/.storage
|
||||
/.cloud
|
||||
/.google.token
|
||||
|
||||
# ignore some directories.
|
||||
/icloud/
|
||||
/www/
|
||||
/tts/
|
||||
/deps/
|
||||
/hadashboards/
|
||||
/intents/
|
||||
/themes/
|
||||
/custom_components
|
||||
/deps
|
||||
/hacs
|
||||
/image
|
||||
/node-red
|
||||
|
||||
|
||||
# ignore any of these files no matter where they are using double *
|
||||
**.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
|
||||
**testing.yaml
|
||||
**.homekit*
|
||||
**.vscode
|
||||
**.pid
|
||||
**.xml
|
||||
**.csr
|
||||
**.crt
|
||||
**.key
|
||||
**core.*
|
||||
**OZW_Log.txt
|
||||
**home-assistant.log
|
||||
**home-assistant_v2.db
|
||||
**.db-journal
|
||||
**.db-shm
|
||||
**.db-wal
|
||||
**.sqlite
|
||||
**__pycache__
|
||||
**phue.conf
|
||||
**ios.conf
|
||||
**pyozw.sqlite
|
||||
**ipchange.yaml
|
||||
**production_auth.json
|
||||
**.log*
|
Reference in New Issue
Block a user