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.
This commit is contained in:
Théophile Diot 2024-08-07 15:17:36 +01:00
parent 171af4362c
commit 9d485d2e91
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

8
.gitignore vendored
View file

@ -9,7 +9,7 @@ node_modules
.mypy_cache
.cache/
/package*.json
/src/client/static
/src/client/templates
/src/ui/static/*
/src/ui/templates/*
src/ui/client/static
src/ui/client/templates
src/ui/static
src/ui/templates