-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
79 lines (60 loc) · 1.09 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
.DS_Store
environment/charts/mockserver-config/static/initializerJson.json
external_artifacts
# Hardhat config that might sneak through
node_modules/
package-lock.json
artifacts/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# JUnit Test Reports
junit.xml
tests-*.xml
/logs/
/bin/
# ide
.vscode/
*.idea
*.iml
# gauntlet test output
gauntlet/yarn.lock
# Config files generated by persistent soak environments
suite/soak/*.yaml
# Example runner config
suite/remote_runner_config.yaml
# Common report file format
*.csv
# docs
book/docs/
dist/
**/remote_runner_config.yaml
logs/
.test_summary/
.run.id
env/cmd/chaos
env/bin/
# temp manifest for deployment and validation
tmp-manifest-*.yaml
# remote runner binary
remote.test
e2e.test
k3dvolume/
charts/**/*.tgz
__debug*
# saved private chain configuration
.private_chains/*
.direnv
# asdf
.tool-versions
import_keys_test.go
tag.py