From 9d485d2e91389ff0f8f3b169450c955f7b9e245b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 7 Aug 2024 15:17:36 +0100 Subject: [PATCH] refactor: Update .gitignore to include new UI file paths The .gitignore file has been updated to include the new file paths for the UI files in the src/ui directory. This change ensures that the UI files are properly ignored by Git and not included in the repository. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3ecaaf8ed..81f8b09cc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ node_modules .mypy_cache .cache/ /package*.json -/src/client/static -/src/client/templates -/src/ui/static/* -/src/ui/templates/* \ No newline at end of file +src/ui/client/static +src/ui/client/templates +src/ui/static +src/ui/templates