Files
node/.gitignore
T
hanzo-dev 74b3475b75 .gitignore + docs: drop stale db* rule; refresh Latest Tag to v1.26.28
The bare `db*` .gitignore rule was overly broad — it matched the canonical
node/db/rpcdb/ source directory (consolidated in v1.26.28). Previous PRs
needed `git add -f` to land files there. No code references in-repo ./db/
runtime path; runtime DB lives under ~/.lux/ per the canonical operator
convention.

LLM.md + CLAUDE.md updated to reflect actual current main tag.
2026-05-16 16:47:41 -07:00

94 lines
884 B
Plaintext

*.log
*~
.DS_Store
.icloud
.vscode
.cache
awscpu
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.profile
# Test binary, build with `go test -c`
*.test
tmp/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# ignore GoLand metafiles directory
.idea/
*logs/
.vscode*
*.pb*
*cpu[0-9]*
*mem[0-9]*
*lock[0-9]*
*.profile
*.swp
*.aux
*.fdb*
*.fls
*.gz
*.pdf
.coverage
bin/
build/
keys/staker.*
# Never commit K8s Secret manifests
**/kind-Secret*.yaml
**/*secret*.yaml
**/*Secret*.yaml
**/staker.key
**/staker.crt
!*.go
!*.proto
plugins/
scripts/ansible/*inventory.yml
scripts/.build_image_gopath/
tests/e2e/e2e.test
tests/upgrade/upgrade.test
vendor
**/testdata
*.bak*
AGENTS.md
CLAUDE.md
GEMINI.md
GROK.md
QWEN.md
.env
.playwright-mcp
genesis/.!*
genesis-gen
/lux
/luxd
evm-plugin-*
LLM.md
QWEN.md
.AGENTS.md
GEMINI.md