mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
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:
parent
171af4362c
commit
9d485d2e91
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue