Files
Hermes-ui/.gitignore
T
sir1st cbae8e8c3f Add desktop (Electron) packaging and release distribution (#1147)
* Add desktop packaging workflow

* Add desktop package homepage

* Fix desktop default credential prompt

* Suppress default credential prompt on desktop

* Publish desktop artifacts on release; reduce CI to PR smoke test

Add desktop-release.yml triggered on release publish (mirroring
docker-publish.yml) to build all platforms and upload .dmg/.exe/
.AppImage/.deb to the GitHub Release.

Trim build.yml desktop job to a PR-only Linux x64 smoke test, since
release artifacts are now produced by desktop-release.yml. This drops
per-push and macOS/Windows packaging from regular CI.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Fix desktop Hermes data home on Windows

---------

Co-authored-by: xingzhi <chuzihao.czh@alibaba-inc.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 14:20:04 +08:00

51 lines
801 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
playwright-report
test-results
dist-ssr
coverage
__pycache__/
*.py[cod]
server/dist
packages/server/dist
*.local
ROADMAP.md
pnpm-lock.yaml
pnpm-workspace.yaml
# Server data
packages/server/data/
packages/server/node_modules/
.hermes-web-ui/
packages/desktop/dist/
packages/desktop/release/
packages/desktop/resources/python/
packages/desktop/node_modules/
# Hermes config files (should be in user data directory, not project root)
config.yaml
.env
hermes_data/
hermes-dependencies.md
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.superpowers/
CLAUDE.md
# Client source map artifacts
packages/client/src/**/*.js