From 3911f113065f20b78443257fbd39bac43fbc7853 Mon Sep 17 00:00:00 2001 From: gxalpha Date: Fri, 17 Jan 2025 21:31:55 +0100 Subject: [PATCH] .gitignore: Remove UI exclusion Since the frontend refactor, the UI directory no longer exists. Let's remove its exception in the .gitignore file. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index d108e96e8..9631884b5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ !/plugins !/shared !/test -!/UI !.cirrus.xml !.clang-format !.editorconfig