fix desktop

This commit is contained in:
2025-10-03 16:51:29 +06:00
parent cce64b19e8
commit e28d0ec77e
6 changed files with 249 additions and 212 deletions

13
.gitignore vendored
View File

@@ -1,8 +1,21 @@
.old
**/node_modules
**/dist
**/bin
**/target
**/target/**/*
**/target/**/.*
**/dist/**/*
**/dist/**/.*
**/bin/**/*
**/bin/**/.*
ui/node_modules
desktop/node_modules
desktop-angular/node_modules
desktop-angular/bin
ui/dist
desktop/dist
desktop-angular/dist
desktop/bin
desktop/bin/**/*
desktop/bin/**/.*