审查视图

.gitignore 261 字节
tangxvhui authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.vscode

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

*.log
*debug
*wasm

*.idea

*.tmp

*.sum
tangxvhui authored
24
tangxvhui authored
25
tangxvhui authored
26
/*.exe~
tangxvhui authored
27
/logs
陈志颖 authored
28
download