mirror of
https://github.com/luxfi/explore.git
synced 2026-07-27 03:13:50 +00:00
Stale rebrand/merge residue committed by the Blockscout->Lux branding commits (999e2e8a8,10beed198) -- backups a find/replace pass wrote, then `git add -A` swept in. Nothing in the repo, CI, Dockerfiles or the wider workspace refers to any of them; all canonical counterparts are intact: - .gitignore.orig, README.md.orig, instrumentation.node.ts.orig, package.json.orig, pnpm-lock.yaml.orig, yarn.lock.orig, public/envs.js.orig, next.config.js.bak (~1.9 MB, mostly the two dead lockfile copies) - README.md.orig and public/envs.js.orig still contained raw `<<<<<<< HEAD` conflict markers -- unusable as anything but residue. - public/envs.js is not a source file at all: the real one is /public/assets/envs.js, generated by deploy/scripts/entrypoint.sh (gitignored). Also restores `*.orig`/`*.rej`/`*.bak` to .gitignore (upstream had `*.orig`; the fork dropped it, which is why this residue could be committed). Co-authored-by: Hanzo Dev <dev@hanzo.ai>
Directories
/icons- Folder for SVG-sprite assets, generated at build time./static- Folder for static assets that are consistent between app re-runs but may differ from one build version to another./assets- Folder for dynamically generated assets during the app start, such as the favicon bundle, ENV variables file, and external app configurations.