From 5b37d2b42c1efde4c7f562f1d73119780c0ae398 Mon Sep 17 00:00:00 2001
From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu>
Date: Mon, 4 Dec 2023 16:37:15 +0100
Subject: [PATCH] Workaround for angular build issue

---
 smp-angular/ui/.gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 smp-angular/ui/.gitignore

diff --git a/smp-angular/ui/.gitignore b/smp-angular/ui/.gitignore
new file mode 100644
index 000000000..19dee6810
--- /dev/null
+++ b/smp-angular/ui/.gitignore
@@ -0,0 +1,8 @@
+# Ignore everything in this directory
+# Fix angular cli issue with angular@16.
+# [INFO] - Generating browser application bundles (phase: setup)...
+# [INFO] An unhandled exception occurred: ENOENT: no such file or directory, scandir '/home/edelivery/gitlab/builds/YKGn_Nvq/1/edelivery/smp/smp-angular/ui/'
+# Check iif this is needed in 16+ versions of angular cli
+..
+# Except the following
+!.gitignore
-- 
GitLab