mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:06:23 +00:00
94 lines
955 B
Plaintext
94 lines
955 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*
|
|
|
|
GROK.md
|
|
QWEN.md
|
|
.env
|
|
.playwright-mcp
|
|
|
|
genesis/.!*
|
|
genesis-gen
|
|
/lux
|
|
/luxd
|
|
evm-plugin-*
|
|
|
|
QWEN.md
|
|
|
|
# Built dev-tool binaries
|
|
/cmd/gen_zoo_addr/gen_zoo_addr
|
|
|
|
# Local ceremony test binary (out-of-tree compile artifact)
|
|
/ceremony
|