From 12a3ca6d0b8a9fa2f0c9db66ccd4b96ad06741b0 Mon Sep 17 00:00:00 2001 From: takumi091111 Date: Sat, 14 Oct 2017 22:38:59 +0900 Subject: [PATCH] Ignore mp3 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba8be75..d64099b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.json *.txt -*.yml \ No newline at end of file +*.yml +*.mp3 \ No newline at end of file