From: Miro Richard Eklund Date: Fri, 18 Jan 2019 10:43:57 +0000 (+0200) Subject: Add gitignore that ignores vaadin preferences X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Frelease%2F1.37.0;p=simantics%2Finterop.git Add gitignore that ignores vaadin preferences gitlab #6 closes #6 Change-Id: I9d79e90b768f94da267449bc6194a210c8a6afb0 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ece358 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +**/target/ +**/bin/ +org.eclipse.core.resources.prefs +org.eclipse.m2e.core.prefs +com.vaadin.designer.prefs \ No newline at end of file