vspd/.gitignore
Jamie Holdstock 8bb868a5a5
Add vote-validator tool. (#335)
vote-validator is a tool for VSP admins to verify that their vspd deployment
is voting correctly according to user preferences.
2022-11-18 15:05:38 -05:00

23 lines
335 B
Plaintext

./vspd.exe
./vspd
./cmd/vspd/vspd.exe
./cmd/vspd/vspd
./vote-validator.exe
./vote-validator
./cmd/vote-validator/vote-validator.exe
./cmd/vote-validator/vote-validator
vote-validator.log
# Testing, profiling, and benchmarking artifacts
cov.out
*cpu.out
*mem.out
/webapi/test.db
/database/test.db
# Go workspace
go.work
go.work.sum