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>
81 lines
1.1 KiB
Plaintext
81 lines
1.1 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/node_modules_linux
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
/public/assets/envs.js
|
|
/public/assets/configs
|
|
/public/assets/multichain
|
|
/public/assets/essential-dapps
|
|
/public/icons/sprite.svg
|
|
/public/icons/sprite.*.svg
|
|
/public/icons/registry.json
|
|
/public/icons/README.md
|
|
/public/static/og_image.png
|
|
/public/sitemap.xml
|
|
/public/robots.txt
|
|
/public/llms.txt
|
|
/analyze
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.tools
|
|
grafana
|
|
.zed
|
|
|
|
# merge / rewrite residue (upstream .gitignore had *.orig; keep it out of the tree)
|
|
*.orig
|
|
*.rej
|
|
*.bak
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
/configs/envs/.env.secrets
|
|
/configs/envs/.samples
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
.eslintcache
|
|
|
|
**.decrypted~**
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.browser/
|
|
/playwright/envs.js
|
|
/playwright/affected-tests.txt
|
|
|
|
**.dec**
|
|
|
|
# build outputs
|
|
/tools/preset-sync/index.js
|
|
/toolkit/package/dist
|
|
license.json
|
|
release-prs-data.json
|
|
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
QWEN.md
|