mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
48 lines
478 B
Plaintext
48 lines
478 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
|
|
LOCAL.md
|
|
|
|
# caches
|
|
_cache/
|
|
node_modules/
|
|
|
|
# temporary & backup files
|
|
agents/
|
|
.*.sw*
|
|
*.bak
|
|
*.bak.*
|
|
tmp
|
|
*.tmp
|
|
tmp.*
|
|
*.tmp.*
|
|
|
|
# agent session files
|
|
agents/
|
|
|
|
# other
|
|
.DS_Store
|
|
desktop.ini
|
|
.directory
|
|
LIVE_cache
|
|
/webid
|
|
bin/
|
|
.claude/
|