go-judge/.dockerignore
2020-04-04 00:30:37 -04:00

34 lines
359 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
# Documents
LICENSE
README.md
node_modules
/cinit
# not release yet
package*.json
example.js
executor_server.h