From e4c1d0e23c1ca96e2b33a171a580ea541e227c8d Mon Sep 17 00:00:00 2001 From: MaxwellGoblin Date: Wed, 1 Mar 2017 02:13:58 +0800 Subject: [PATCH] add .m4a and .DS_Store to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d22d3afe..0888e5ab 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,5 @@ _* *.xml /.env /.idea +*.m4a +*.DS_Store