From: Miro Richard Eklund Date: Fri, 18 Jan 2019 11:11:49 +0000 (+0200) Subject: Ignore vaadin preferences in gitignore X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Frelease%2F1.42.0;p=simantics%2Fr.git Ignore vaadin preferences in gitignore gitlab #2 closes #2 Change-Id: I136eaefc27dceda016231b89d69f8b31b63909a1 --- 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