mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
29 lines
364 B
Plaintext
29 lines
364 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/
|