From e28154019becaecd7a689389770cc9843a212510 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 17 Nov 2014 12:22:22 +0200 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0c7fdb9..4ac3b17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ +target +.settings +.springBeans .classpath .project -.settings/ -.gradle -build -target/ -bin/ -derby.log +/.idea +/.gradle +/build +/*.iml +/*.ipr +/*.iws