-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (48 loc) · 1.07 KB
/
.gitignore
File metadata and controls
61 lines (48 loc) · 1.07 KB
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
# Generated by Cargo
# will have compiled files and executables
/target/
/license/target/
/agentconfigs
# These are backup files generated by rustfmt
**/*.rs.bk
# goreleaser paths
dist/
**/.terraform*
ci/terraform/terraform.backend.tf
inventory
ci/terraform/caos.auto.tfvars
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
*.auto.tfvars
**/.terraform.lock.hcl
*.tfvars
# Inventories for pkg testing, canaries...
test/**/inventory.*
# Automatically downloaded external collections and roles
test/**/collections
test/**/roles
# kubernetes integration test.
agent-control/tests/k8s/.kubeconfig-dev
# local build
.cargo/*
!.cargo/config.toml
/bin/
build/examples/values-nr-otel-collector-agent-linux.yaml
# local directory for testing purposes
local/
agent-control/tests/k8s/local/
/config.yaml
# targets created for goreleaser
/target-*
# temp folder to store building temporary files
/build-tmp
**k8s_tmp
# Coverage info outputs
coverage/
# this is the key created by the e2e proxy test dumping the secret
**/.key.temp
# zig compiler
.zig-cache/