Skip to content

Commit

Permalink
refactor: Update .gitignore to include new UI file paths
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheophileDiot committed Aug 7, 2024
1 parent 171af43 commit 9d485d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d485d2

Please sign in to comment.