From 7de06120db37efdf03010cb38ba04da17186563f Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sun, 7 Jun 2020 19:29:42 +0200 Subject: [PATCH] ignore .idea/ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55b9146..a9a723f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /*.log /dist /dist-zip -.DS_Store \ No newline at end of file +.DS_Store +.idea/ \ No newline at end of file