chore: [notification] 알림음 wav 파일 gitignore 예외 + 파일 추가

- .gitignore에 !public/sounds/*.wav 예외 추가
- default.wav, sam_voice.wav 실제 파일 커밋 (788KB each)
This commit is contained in:
김보곤
2026-03-18 12:32:02 +09:00
parent 72bb33e634
commit 13f84467f0
3 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -113,6 +113,7 @@ desktop.ini
*.mp3
*.wav
*.ogg
!public/sounds/*.wav
*.mp4
*.avi
*.mov

BIN
public/sounds/default.wav Normal file

Binary file not shown.

BIN
public/sounds/sam_voice.wav Normal file

Binary file not shown.