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