Adding some thing from other peoples gitignore file...
This commit is contained in:
parent
319a0e6388
commit
144e15a2f0
|
@ -16,6 +16,8 @@ transporter.py
|
||||||
/config/intents/
|
/config/intents/
|
||||||
/config/themes/
|
/config/themes/
|
||||||
/config/custom_components
|
/config/custom_components
|
||||||
|
/config/deps
|
||||||
|
/config/hacs
|
||||||
|
|
||||||
|
|
||||||
# ignore any of these filesno matter where they are
|
# ignore any of these filesno matter where they are
|
||||||
|
@ -39,3 +41,22 @@ transporter.py
|
||||||
**test.yaml
|
**test.yaml
|
||||||
**.homekit*
|
**.homekit*
|
||||||
**.vscode
|
**.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
|
Loading…
Reference in New Issue