mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-06-01 05:22:51 +00:00
- _scripts/deploy-webinstall: rsync-based deploy to beta.webi.sh and next.webi.sh that excludes _cache, restarts the webinstall service via serviceman (sourcing ~/.config/envman/PATH.env so serviceman is on PATH for non-interactive ssh). Uses an end-of-line anchored process match so only the node worker is touched, never its supervisor. - AGENTS.md: document the cache-only Node server (two paths, canonical os/arch/libc/ext vocabulary), add a domains table for prod/beta/next, remove stale normalize.js references. - .gitignore: ignore agent session files (LOCAL.md, agents/, etc) and local test fixtures (testdata/).
47 lines
539 B
Plaintext
47 lines
539 B
Plaintext
# generated artifacts
|
|
install-*.sh
|
|
install-*.bat
|
|
install-*.ps1
|
|
|
|
# Go build outputs (from go run/build in repo root)
|
|
/classify
|
|
/e2etest
|
|
/fetchraw
|
|
/inspect
|
|
/uaparse
|
|
/webicached
|
|
/zigtest
|
|
/distributables.csv
|
|
|
|
# local config
|
|
.env.*
|
|
*.env
|
|
.env
|
|
!example.env
|
|
|
|
# caches
|
|
_cache/
|
|
node_modules/
|
|
|
|
# local test fixtures (regenerated by _webi/test-live-*.js)
|
|
testdata/
|
|
LIVE_cache/
|
|
distributables.csv
|
|
|
|
# temporary & backup files
|
|
.*.sw*
|
|
*.bak
|
|
*.bak.*
|
|
|
|
# agent session files
|
|
agents/
|
|
LOCAL.md
|
|
|
|
# other
|
|
.DS_Store
|
|
desktop.ini
|
|
.directory
|
|
LIVE_cache
|
|
/webid
|
|
bin/
|