From aa9337c4d2a96f61b6f4ae2f82e1784b45555334 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sat, 26 May 2018 17:52:08 +0300 Subject: [PATCH] add gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b82ef1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +## IDEA ## +.idea/ +out/ +*.iml +*.ipr +*.iws +*.ids + +## MAVEN ## +target/