From 1d18f5e29b70f2242e23db2df82fa5cd80d540ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Sch=C3=A4fer?= Date: Fri, 25 Sep 2020 17:52:10 +0200 Subject: [PATCH] Ignore .idea directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8c2d44..1ff9f21 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,7 @@ Animal-Crossing-Music-Extension.zip *.mp3 *.ai !sound/bells.ogg -img/cover/kk \ No newline at end of file +img/cover/kk + +# IDEA +.idea