From b1de553b57ca215ac2afa68727f408ce42d37948 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Mon, 1 Jan 2024 15:09:19 -0500 Subject: [PATCH] Add audio and image files to gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 8cdaa33..86a9af1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,16 @@ node_modules/ test-results/ end2end/playwright-report/ playwright/.cache/ + +# Audio files +*.mp3 +*.wav +*.ogg +*.flac +*.acc + +# Image files +*.jpg +*.jpeg +*.png +*.gif