Add audio and image files to gitignore

This commit is contained in:
Ethan Girouard 2024-01-01 15:09:19 -05:00
parent a65c7993d5
commit b1de553b57
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

13
.gitignore vendored
View File

@ -11,3 +11,16 @@ node_modules/
test-results/ test-results/
end2end/playwright-report/ end2end/playwright-report/
playwright/.cache/ playwright/.cache/
# Audio files
*.mp3
*.wav
*.ogg
*.flac
*.acc
# Image files
*.jpg
*.jpeg
*.png
*.gif