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;ds=sidebyside;h=2067b40d6b078a6fe10d9ca08bf1a641cd503d06;hp=7cdd9e0931c9905bde72e01038d16589a3040ee6;p=simantics%2Ffmil.git Add gitignore that ignores vaadin preferences closes #14 gitlab #14 Change-Id: I77a40e1241af666fee8aa390390bc4e94aedbc25 (cherry picked from commit b9662a6a305066c2871a843f63b3b421bb122710) --- 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