From 8787caed8345ecf4d02e598937928feda6157814 Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Mon, 6 Mar 2023 19:28:17 -0500 Subject: [PATCH] ignore temp media files --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..c7ddc58 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,12 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Video files +*.mkv +*.mp4 +*.avi + +# Audio files +*.mp3 +*.wav