From: Miro Richard Eklund Date: Fri, 18 Jan 2019 11:05:45 +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.35.1;p=simantics%2Fsysdyn.git Ignore vaadin preferences in gitignore closes #37 gitlab #37 Change-Id: I8fff459744b53647933719f94f14172048dd1ed5 (cherry picked from commit 46200e72c5c6880a63e2c49f69a206c22788d364) --- diff --git a/.gitignore b/.gitignore index d61db6ef..15c4d9d9 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