From acd6bea8da5f09fded35c04e94db785736286467 Mon Sep 17 00:00:00 2001 From: Miro Richard Eklund Date: Fri, 18 Jan 2019 13:11:49 +0200 Subject: [PATCH] Ignore vaadin preferences in gitignore gitlab #2 closes #2 Change-Id: I136eaefc27dceda016231b89d69f8b31b63909a1 --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d61db6e..15c4d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ -/**/bin/ -/features/*/target/ -/bundles/*/target/ -/releng/**/target/ -/tests/*/target/ +/**/bin/ +/features/*/target/ +/bundles/*/target/ +/releng/**/target/ +/tests/*/target/ /**/.polyglot.build.properties +org.eclipse.core.resources.prefs +org.eclipse.m2e.core.prefs +com.vaadin.designer.prefs \ No newline at end of file -- 2.45.2