* Update linter to 1.49.0 * Move vspd into cmd directory. This is standard practise in Decred golang repos. Especially useful when multiple executables are built from a single repo. * Ignore bins in new dir.
17 lines
225 B
Plaintext
17 lines
225 B
Plaintext
./vspd.exe
|
|
./vspd
|
|
./cmd/vspd/vspd.exe
|
|
./cmd/vspd/vspd
|
|
|
|
# Testing, profiling, and benchmarking artifacts
|
|
cov.out
|
|
*cpu.out
|
|
*mem.out
|
|
/webapi/test.db
|
|
/database/test.db
|
|
/database/test.db-backup
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|