15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
# .gitignore
|
|
# Home Assistant 데이터베이스 및 로그
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.log
|
|
|
|
# ★★★ 절대 업로드 금지: 민감한 정보가 담긴 파일 ★★★
|
|
secrets.yaml
|
|
.storage/
|
|
tts/
|
|
|
|
# 외부 및 자동 생성 파일
|
|
blueprints/core/
|
|
custom_components/ |