12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
# 运行产物
|
|
reports/
|
|
*.exe
|
|
*.test
|
|
|
|
# 导出的镜像文件(体积大,不入库;维护时重新 docker save 生成)
|
|
docker/stress-test/*.tar
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|