From b187c25b9b6f02fc7093082940aa788a5f466e17 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Wed, 20 Feb 2019 22:49:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D0=B5=D1=80=D0=BD=D0=B8?= =?UTF-8?q?=D0=B7=D0=B8=D1=80=D1=83=D0=B5=D0=BC=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 4bfa550..4b82ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +## IDEA ## .idea/ +out/ *.iml +*.ipr +*.iws +*.ids + +## MAVEN ## target/