]> gerrit.simantics Code Review - simantics/interop.git/commitdiff
Add gitignore that ignores vaadin preferences 98/2598/1 release/1.37.0
authorMiro Richard Eklund <miro.eklund@semantum.fi>
Fri, 18 Jan 2019 10:43:57 +0000 (12:43 +0200)
committerMiro Richard Eklund <miro.eklund@semantum.fi>
Fri, 18 Jan 2019 10:43:57 +0000 (12:43 +0200)
gitlab #6
closes #6

Change-Id: I9d79e90b768f94da267449bc6194a210c8a6afb0

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4ece358
--- /dev/null
@@ -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