forked from newrelic/infrastructure-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (51 loc) · 1 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
/.idea
/bin
/dist
/target
/overlay/bundled-plugins/*/bin
.DS_Store
/configure-opsmatic-agent
/opsmatic-agent
/opsmatic-inject
*.swp
opsmatic-agent.conf
newrelic-infra.yml
c.out
*.syso
coverage.xml
coverage.out
lcov.info
*.heap
/workspace
.vscode
versioninfo.json
# Agent data directory when AppDataDir is not specify in darwin
/data
# Fuzzing working directories
/test/fuzz/*/bin/*
/test/fuzz/*/workdir/*
/test/fuzz/*/corpus/autogenerated.yaml
# Vendors
/vendor
!/vendor/modules.txt
.envrc
venv
test/automated/ansible/custom-instances.yml
test/packaging/ansible/inventory.ini
test/cfgprotocol/testdata/scenarios/scenario2/nri-config.json
test/cfgprotocol/testdata/scenarios/scenario3/nri-config.json
test/cfgprotocol/testdata/scenarios/scenario4/settings.yml
#harvest test build
harvest*.test
*.ec2
!inventory.runner.ec2
tools/spin-ec2/bin
build/.goreleaser_linux.yml
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
*.auto.tfvars
.terraform.lock.hcl
THIRD_PARTY_NOTICES_GENERATED.md