forked from grafana/beyla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (76 loc) · 2.84 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
.DS_Store
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
testoutput
**/node_modules
# Dependency directories (remove the comment below to include it)
# vendor/
deployments/01-grafana-credentials.yml
test/cmd/pingserver/server
*.log
**/.vscode
.idea/
test/cmd/grpc/server/server
test/cmd/grpc/client/client
bin/
test/integration/components/server
test/integration/components/testserver/testserver
test/cmd/rust_pingserver/target
test/cmd/rust_pingiron/target
test/cmd/rust_pingrouille/target
test/cmd/rust_ironssl/target
*__pycache__/
test/cmd/pingwrapper/wrapper
test/cmd/grpc/server/grpcsrv
test/cmd/greeting-service/target
test/integration/components/javatestserver/target/
test/integration/components/rusttestserver/target/
test/integration/components/rustssltestserver/target/
test/integration/components/nodejsserver/node_modules/
# Ruby on Rails test
# Ignore bundler config.
test/integration/components/rubytestserver/testapi/.bundle
# Ignore the default SQLite database.
test/integration/components/rubytestserver/testapi/db/*.sqlite3
test/integration/components/rubytestserver/testapi/db/*.sqlite3-*
# Ignore all logfiles and tempfiles.
test/integration/components/rubytestserver/testapi/log/*
test/integration/components/rubytestserver/testapi/tmp/*
!test/integration/components/rubytestserver/testapi/log/.keep
!test/integration/components/rubytestserver/testapi/tmp/.keep
# Ignore pidfiles, but keep the directory.
test/integration/components/rubytestserver/testapi/tmp/pids/*
!test/integration/components/rubytestserver/testapi/tmp/pids/
!test/integration/components/rubytestserver/testapi/tmp/pids/.keep
# Ignore uploaded files in development.
test/integration/components/rubytestserver/testapi/storage/*
!test/integration/components/rubytestserver/testapi/storage/.keep
test/integration/components/rubytestserver/testapi/tmp/storage/*
!test/integration/components/rubytestserver/testapi/tmp/storage/
!test/integration/components/rubytestserver/testapi/tmp/storage/.keep
test/integration/components/dotnetserver/obj/*
test/oats/*/build/*
test/cmd/grpc/client/grpclient
test/integration/components/gohttp2/client/client
test/integration/components/gohttp2/server/http2srv
beyla.sln
test/integration/components/gokafka/gokafka
test/integration/components/gokafka/vendor/*
test/integration/components/gokafka-seg/vendor/*
test/integration/components/gokafka-seg/gokafka
test/integration/components/goredis/vendor/*
test/integration/components/goredis/goredis
test/integration/components/go_otel/rolldice
test/integration/components/go_otel_grpc/rolldice
test/integration/components/pythonserver/lib/
test/integration/components/pythonserver/lib64
test/integration/components/pythonserver/pyvenv.cfg
test/integration/components/gosql/qosql