Skip to content

Commit f8a7606

Browse files
committed
Initialize repository
1 parent 7983b7b commit f8a7606

File tree

4 files changed

+52
-2
lines changed

4 files changed

+52
-2
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* text=auto eol=lf
2+
3+
*.bat text eol=crlf
4+
*.cmd text eol=crlf
5+
6+
*.jar -text
7+
*.png -text

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
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).

0 commit comments

Comments
 (0)