81 lines
1.1 KiB
Plaintext
81 lines
1.1 KiB
Plaintext
# ignore hidden folders
|
|
/.storage
|
|
/.cloud
|
|
/.google.token
|
|
/.ssh
|
|
|
|
# ignore some directories.
|
|
/icloud/
|
|
/www/
|
|
/tts/
|
|
/deps/
|
|
/hadashboards/
|
|
/intents/
|
|
/themes/
|
|
/custom_components
|
|
/deps
|
|
/hacs
|
|
/image
|
|
/node-red/
|
|
/files
|
|
/appdaemon/*
|
|
/appdaemon/apps/*
|
|
/glances/
|
|
/downloads/
|
|
/life360
|
|
|
|
# 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
|
|
**proxmox.yaml
|
|
**.homekit*
|
|
**.vscode
|
|
**.pid
|
|
**.xml
|
|
**.csr
|
|
**.crt
|
|
**.key
|
|
**core.*
|
|
**OZW_Log.txt
|
|
**.db-journal
|
|
**.db-shm
|
|
**.db-wal
|
|
**.sqlite
|
|
**__pycache__
|
|
**phue.conf
|
|
**ios.conf
|
|
**pyozw.sqlite
|
|
**ipchange.yaml
|
|
**production_auth.json
|
|
**alexa_auth
|
|
**.corrupt*
|
|
**ages_old.yaml
|
|
**jsconfig*
|
|
.markdownlint.json
|
|
|
|
# exceptions
|
|
!/appdaemon/apps/
|
|
!/appdaemon/apps/apps.yaml
|
|
!/node-red/projects/
|
|
!/node-red/projects/NerdFlows/
|
|
!/node-red/projects/NerdFlows/flows.json
|
|
!/node-red/projects/NerdFlows/flows_cred.json
|
|
!/node-red/projects/NerdFlows/package.json
|
|
!/node-red/projects/NerdFlows/README.md |