From 9079daa747f738ab4f54aa4c5943e7256524b212 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Fri, 10 Feb 2023 14:52:41 +0100
Subject: [PATCH] SSDM-13365: modified .gitignore files

---
 core-plugin-openbis/.gitignore | 3 ++-
 ui-eln-lims/.gitignore         | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 ui-eln-lims/.gitignore

diff --git a/core-plugin-openbis/.gitignore b/core-plugin-openbis/.gitignore
index e88629274f8..38d3420aa66 100644
--- a/core-plugin-openbis/.gitignore
+++ b/core-plugin-openbis/.gitignore
@@ -4,4 +4,5 @@
 /node/
 /.idea/
 *.iml
-*.eml
\ No newline at end of file
+*.eml
+/dist/core-plugins/eln-lims
\ No newline at end of file
diff --git a/ui-eln-lims/.gitignore b/ui-eln-lims/.gitignore
new file mode 100644
index 00000000000..378eac25d31
--- /dev/null
+++ b/ui-eln-lims/.gitignore
@@ -0,0 +1 @@
+build
-- 
GitLab