Skip to content

Commit ca57dc0

Browse files
initial open source commit
0 parents  commit ca57dc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+7223
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
*.class
2+
*.swp
3+
*.iml
4+
*.DS_Store
5+
rebel.xml
6+
.gradle
7+
8+
# Package Files
9+
*.jar
10+
!gradle/wrapper/gradle-wrapper.jar
11+
*.war
12+
*.ear
13+
14+
# IDEs
15+
.classpath
16+
.project
17+
.checkstyle
18+
.idea/*
19+
!.idea/checkstyle-idea.xml
20+
!.idea/codeInsightSettings.xml
21+
!.idea/codeStyleSettings.xml
22+
!.idea/copyright
23+
!.idea/scopes
24+
!.idea/inspectionProfiles
25+
.settings/
26+
27+
# Build
28+
target
29+
out
30+
build

.idea/checkstyle-idea.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeInsightSettings.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)