From f4a80f131db8a4945e3dba9673a2b258005dc176 Mon Sep 17 00:00:00 2001 From: MrMicky Date: Mon, 16 Apr 2018 04:08:23 +0200 Subject: [PATCH] Add .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..108e0cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Eclipse +.classpath +.project +.settings/ + +# Intellij +.idea/ +*.iml +*.iws + +# Mac +.DS_Store + +# Maven +log/ +target/ \ No newline at end of file