5de5428d3a
* WIP First pass at node restrictions * adjustments to storage clients * fix cover * undo previous import change * adding copyright * fix the tests * check for keys * moar fixes to tests * linter * change how we handle restrictions * add generated pb.go file * PR comments addressed * MockKeyValueStore * pr comments addressed * missing ) * past my bedtime * moar merge issues * cleanup
38 lines
424 B
Plaintext
38 lines
424 B
Plaintext
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# VSCode
|
|
/.vscode
|
|
debug
|
|
|
|
# Binaries
|
|
./main
|
|
./storj
|
|
|
|
# Jetbrains
|
|
.idea/*
|
|
|
|
# vendor
|
|
vendor
|
|
protos/google/*
|
|
|
|
# Test redis log and snapshot files
|
|
*test_redis-server.log
|
|
*dump.rdb
|
|
*test_bolt.db
|
|
|
|
*.coverprofile
|