From c0f53c6d2c6cf881151d95dddb63703a778d7e90 Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Thu, 19 Sep 2019 23:30:03 +0200 Subject: [PATCH] Added all .mp3 files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 10ceee8..f704cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -bin/ffmpeg \ No newline at end of file +bin/ffmpeg +music/*.mp3