chore: [notification] 알림음 wav 파일 gitignore 예외 + 파일 추가
- .gitignore에 !public/sounds/*.wav 예외 추가 - default.wav, sam_voice.wav 실제 파일 커밋 (788KB each)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -113,6 +113,7 @@ desktop.ini
|
||||
*.mp3
|
||||
*.wav
|
||||
*.ogg
|
||||
!public/sounds/*.wav
|
||||
*.mp4
|
||||
*.avi
|
||||
*.mov
|
||||
|
||||
BIN
public/sounds/default.wav
Normal file
BIN
public/sounds/default.wav
Normal file
Binary file not shown.
BIN
public/sounds/sam_voice.wav
Normal file
BIN
public/sounds/sam_voice.wav
Normal file
Binary file not shown.
Reference in New Issue
Block a user