mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
46 lines
550 B
Plaintext
46 lines
550 B
Plaintext
.vscode/
|
|
|
|
.netrc
|
|
*.swp
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
.DS_Store
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# goreleaser
|
|
dist/
|
|
|
|
# https://docs.buf.build/installation
|
|
*.lock
|
|
|
|
bin/
|
|
|
|
# ignore GoLand metafiles directory
|
|
.idea/
|
|
*.iml
|
|
|
|
build/
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
GEMINI.md
|
|
QWEN.md
|
|
CODEX.md
|
|
|
|
# Generated files
|
|
*.log
|
|
lux
|
|
l2chains
|
|
netrunner
|
|
magic.mgc
|
|
network/default/
|
|
*.bak
|
|
|
|
# Built example binaries
|
|
/examples/local/testnet/testnet
|