- Set lthn-desktop as the default gui build target (port 9247) - Add core-demo GUI with Vite frontend (port 9245) - Configure core-gui on port 9246 to avoid conflicts - Update .gitignore for lthn-desktop and core-demo artifacts - Include lthn-desktop Angular frontend with Monaco editor and Claude panel - Add frontend.old directory preserving original lthn-desktop pages Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
479 B
Text
28 lines
479 B
Text
wails3
|
|
build/
|
|
!cmd/core-gui/build
|
|
cmd/core-gui/build/bin
|
|
.task
|
|
vendor/
|
|
.idea
|
|
node_modules/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.*.local
|
|
coverage/
|
|
*.cache
|
|
/cmd/core-gui/public/dist/assets/index-CXPsZVIz.js
|
|
/cmd/core-gui/public/dist/index.html
|
|
/cmd/core/bin/
|
|
/coverage.txt
|
|
/bin/core
|
|
|
|
# lthn-desktop build artifacts
|
|
cmd/lthn-desktop/build/bin/
|
|
cmd/lthn-desktop/frontend/dist/
|
|
cmd/lthn-desktop/frontend.old/dist/
|
|
|
|
# core-demo build artifacts
|
|
cmd/core-demo/build/bin/
|
|
cmd/core-demo/public/dist/
|