30 lines
314 B
Plaintext
30 lines
314 B
Plaintext
# Environment files for docker composes
|
|
.env.production
|
|
production.env
|
|
|
|
# Home assistant configuration file
|
|
configuration-production.yaml
|
|
|
|
node_modules/
|
|
|
|
config/
|
|
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
|
|
[Oo]bj/
|
|
.aider*
|
|
.env
|
|
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
*.db
|
|
*.db-journal
|
|
.env
|
|
.env.local
|
|
*.log
|
|
.DS_Store
|