-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy path.gitignore
88 lines (79 loc) · 1.18 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# ext
*.dll
*.db
*.exe
*.log
*.out
*.txt
*.yaml
.air.*
*.jpg
# file
latest_log
rbac_model.conf
cmd/server/server
#dir
tmp/
example/tmp/
example/www
logs/
.idea/
/conf/
/testng_*
#IDE
.vscode/
#vim
.vim/
.*.swp
/.scannerwork/
/bin/
/log/
/product1/
/gui/
/ui/report.json
#test
/cmd/test/conf
/cmd/test/log
/cmd/test/screenshot
/cmd/test/cli/product1
/cmd/test/cli/docker
/cmd/test/ui/docker
/cmd/test/ui/log
/cmd/test/demo/ci_test*
/cmd/test/demo/php/conf
/cmd/test/demo/php/log
/cmd/test/demo/php/product1
/cmd/test/ui/allure-results
/cmd/test/cli/allure-results
/cmd/test/ui/demo/ci_test_testng/
/demo/unit/.pytest_cache/
/demo/unit/report/
/.pytest_cache/
/res/res.go
/cmd/server/log
/test/nodejs/test.json
yarn.lock
package-lock.json
node_modules
/test/k6/log/
/test/k6/results/
/test/coverage/allure-results/
/internal/pkg/plugin/zap-plugin
/zap_key
/test/restapi/allure-results/
zentaoatf.exe~
/ztf
test/cli/docker/
cmd/test/restapi/allure-results/
cmd/test/restapi/result.json
cmd/test/restapi/result.zip
cmd/test/result.json
cmd/test/result.zip
test/cli/product1/
test/cli/allure-results/
cmd/command/log/
test/demo/php/log/
test/ui/allure-results/
test/log/
test/demo/php/conf/ztf.conf
_output