From 024a51549de4262dab1d7bdffc28de1269169feb Mon Sep 17 00:00:00 2001 From: Pietje Date: Thu, 9 May 2019 14:41:36 +0200 Subject: [PATCH] Fix gitignore (#406) Using Github Desktop on Windows, file paths with a leading slash do not seem to match anything. This commit changes the gitignore entries to a more widely supported format. --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 01cc8910..ca1c411a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ -/.classpath -/.project -/.settings -/target +.classpath +.project +.settings/ +target/ .DS_Store **/*.iml **/.idea -/bin -/dependency-reduced-pom.xml +bin/ +dependency-reduced-pom.xml *-private.sh -/.gradle -**/build +.gradle/ +**/build/ out/