Files
OSIT-AE-App-Native-Electron/.gitignore
Scott Idem 3feaf1bbc3 feat(deploy): add deploy script and per-device config files
deploy/deploy.sh — automated deploy: arch detection, scp .app, write
seed.json, verify. Supports single laptop, list, or "all"; --seed-only
flag skips .app copy for key-rotation runs.

deploy/devices.conf — all 19 laptops (num / IP / event_device_id).
deploy/event.env.example — template for gitignored event.env (API key).

README updated: deploy/ table, script usage, manual steps moved to
reference section.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 15:02:15 -04:00

31 lines
353 B
Plaintext

/node_modules/
/public/build/
.DS_Store
# Added by Scott Idem
# https://github.com/github/gitignore
*.sock
*.csv
*.xlsx
# *.pdf
*.cfg
*.ini
*.bak
*.pid
*.kate-swp
*.log.*
.directory
backups/
tmp/
temp/
development/
# .vscode
# *.code-workspace
file_cache/
aether_native_app_config.json
# package-lock.json
builds/
resources/seed_config.json
event.env