Remove committed MP3 files and update gitignore to exclude audio files

This commit is contained in:
Russell Ballestrini 2025-10-24 13:45:00 -04:00
parent 39f47da6f3
commit c67d1b13da
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -5,3 +5,7 @@ js/node_modules/*
node_modules/
webwords/
book/
# Generated audio files in language examples
public/languages/**/*.mp3
*.mp3