From: Miro Richard Eklund Date: Fri, 18 Jan 2019 10:59:25 +0000 (+0200) Subject: Add gitignore that ignores vaadin preferences X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F2600%2F1;p=simantics%2Ffmil.git Add gitignore that ignores vaadin preferences closes #14 gitlab #14 Change-Id: I77a40e1241af666fee8aa390390bc4e94aedbc25 --- 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