From 3194eac395d2a02b140a7690333e33fdc79f87c6 Mon Sep 17 00:00:00 2001 From: Vinicius Carvalho Date: Tue, 23 Jan 2018 10:53:38 -0500 Subject: [PATCH] updated gitignore --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cc0bf82..ebee2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -20,15 +20,15 @@ target/ test-output # Eclipse artifacts, including WTP generated manifests -.classpath -.project -.settings/ -.springBeans +**/.classpath +**/.project +**/.settings/ +**/.springBeans spring-*/src/main/java/META-INF/MANIFEST.MF # IDEA artifacts and output dirs *.iml *.ipr *.iws -.idea/* +**/.idea/* rebel.xml