-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (55 loc) · 1.05 KB
/
.gitignore
File metadata and controls
66 lines (55 loc) · 1.05 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
62
63
64
65
66
build
cover.out
cover.html
local
.DS_Store
.vscode
.vagrant
dist
cosign.*
*.msi.sig
gpg.*
*.msi
*.exe
windows/*.zip
windows/**/wix.dynamic.json
windows/**/wix
windows/config.yaml
windows/logging.yaml
windows/LICENSE
windows/plugins
windows/build/
opentelemetry-java-contrib-jmx-metrics.jar
VERSION.txt
release_deps
/tmp
windows-archive
# OpAmp Files
collector*.yaml
manager*.yaml
logging*.yaml
config.yaml
storage
# Don't ignore the mdatagen generated config files
!**/internal/metadata/testdata/config.yaml
# For those of us switching between V1 and V2 branches
builder
# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json
# Ignore GPG signing key, written to filesystem
# during release process. Can cause Goreleaser failure
# due to dirty git state.
ci-signing-key.asc
# Local performance testing and images
ImagesAzure/
perf-test/
# Local planning docs
**/MULTI_COLLECTOR_PLAN.md
# JetBrains IDE files
.idea/
# OMC Agents
.omc/
# OCSF Schema files
ocsf_schema.json
# Claude Code per-user local settings
.claude/settings.local.json