fix: Update .gitignore to exclude log files and miner-cli binary
This commit is contained in:
parent
fa618b41a2
commit
6795a928d1
7 changed files with 2 additions and 27 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,7 +4,9 @@
|
|||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.log
|
||||
|
||||
miner-cli
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
|
|
|
|||
15
server.log
15
server.log
|
|
@ -1,15 +0,0 @@
|
|||
Tidying dependencies...
|
||||
go mod tidy
|
||||
go: downloading github.com/inconshreveable/mousetrap v1.1.0
|
||||
go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
|
||||
go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
|
||||
go: downloading github.com/tklauser/go-sysconf v0.3.15
|
||||
go: downloading github.com/stretchr/testify v1.11.1
|
||||
go: downloading github.com/gin-contrib/gzip v0.0.6
|
||||
go: downloading github.com/google/go-cmp v0.7.0
|
||||
go: downloading github.com/ebitengine/purego v0.9.0
|
||||
go: downloading github.com/yusufpapurcu/wmi v1.2.4
|
||||
go: downloading github.com/json-iterator/go v1.1.12
|
||||
go: downloading github.com/modern-go/reflect2 v1.0.2
|
||||
go: downloading github.com/bytedance/sonic v1.14.0
|
||||
go: downloading github.com/goccy/go-json v0.10.5
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
Tidying dependencies...
|
||||
go mod tidy
|
||||
Generating Swagger documentation...
|
||||
swag init -g ./cmd/mining/main.go
|
||||
make: swag: No such file or directory
|
||||
make: *** [Makefile:93: docs] Error 127
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
Tidying dependencies...
|
||||
go mod tidy
|
||||
Generating Swagger documentation...
|
||||
swag init -g ./cmd/mining/main.go
|
||||
make: swag: No such file or directory
|
||||
make: *** [Makefile:93: docs] Error 127
|
||||
Loading…
Add table
Reference in a new issue