mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-18 07:56:42 +00:00
Drop VariantTagger interface and map-based lookup. Each per-installer package now exports a plain TagVariants function. webicached dispatches via a switch on package name, consistent with fetchRaw and classifyPackage.
36 lines
385 B
Plaintext
36 lines
385 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/
|
|
|
|
# temporary & backup files
|
|
.*.sw*
|
|
*.bak
|
|
*.bak.*
|
|
|
|
# other
|
|
.DS_Store
|
|
desktop.ini
|
|
.directory
|
|
LIVE_cache
|