Files
netrunner/.gitignore
T
2025-07-18 14:30:52 -05:00

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/