File tree Expand file tree Collapse file tree 4 files changed +52
-2
lines changed
Expand file tree Collapse file tree 4 files changed +52
-2
lines changed Original file line number Diff line number Diff line change 1+ * text =auto eol =lf
2+
3+ * .bat text eol =crlf
4+ * .cmd text eol =crlf
5+
6+ * .jar - text
7+ * .png - text
Original file line number Diff line number Diff line change 1+ # Code owners file.
2+ # This file controls who is tagged for review for any given pull request.
3+
4+ # For anything not explicitly taken by someone else:
5+ * @ open-telemetry/java-approvers
Original file line number Diff line number Diff line change 1+ # Gradle
2+ build
3+ .gradle
4+ local.properties
5+ out /
6+
7+ # Maven (proto)
8+ target
9+
10+ # IntelliJ IDEA
11+ .idea
12+ * .iml
13+
14+ # Eclipse
15+ .classpath
16+ .project
17+ .settings
18+ bin
19+
20+ # NetBeans
21+ /.nb-gradle
22+ /.nb-gradle-properties
23+
24+ # VS Code
25+ .vscode
26+
27+ # OS X
28+ .DS_Store
29+
30+ # Emacs
31+ * ~
32+ \# * \#
33+
34+ # Vim
35+ .swp
Original file line number Diff line number Diff line change 1- # semantic-conventions-java
2- Java generated classes for semantic conventions
1+ # 🚧 WARNING: Repository currently under construction 🚧
2+
3+ # OpenTelemetry Semantic Conventions for Java
4+
5+ Java code-generation for the [ OpenTelemetry Semantic Conventions] ( https://github.com/open-telemetry/semantic-conventions ) .
You can’t perform that action at this time.
0 commit comments