Skip to content

Commit e928bb5

Browse files
committed
Initial repo commit
- add readme, changelog and gitignore
0 parents  commit e928bb5

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Intellij IDEA
2+
*.iml
3+
*.eml
4+
*.ipr
5+
*.iws
6+
.idea
7+
*java.orig
8+
**/out/*
9+
10+
## Eclipse
11+
*.classpath
12+
*.project
13+
14+
## Gradle
15+
.gradle
16+
build
17+
18+
## Qodana
19+
.qodana

CHANGELOG.md

Whitespace-only changes.

README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)