Periodic database backups are no longer started automatically in database.Open(), and the backup written by database.Close() can now be disabled. Only vspd itself requires backups, they are not useful for test code or future upcoming tools such as vote-validator.
16 lines
200 B
Plaintext
16 lines
200 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
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|