mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
39 lines
405 B
Plaintext
39 lines
405 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/judge
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Test Env
|
|
env*.sh
|
|
init.sql
|
|
|
|
# wrk stress test
|
|
/*.lua
|
|
|
|
node_modules
|
|
|
|
# not release yet
|
|
package*.json
|
|
|
|
example.js
|
|
go-judge.h
|
|
/go-judge*
|
|
/tmp
|
|
|
|
cmd/go-judge/version/version.txt
|
|
|
|
dist/
|
|
.vscode
|