Skip to content

Commit 9d75cce

Browse files
committed
Merge branch 'release/1.0.0'
2 parents f7fdcd0 + 3e9cd9b commit 9d75cce

File tree

69 files changed

+1309
-1049
lines changed

Some content is hidden

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

69 files changed

+1309
-1049
lines changed

.gitignore

+75-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,77 @@
1-
target
2-
*.iml
3-
out/
4-
.idea
5-
.classpath
1+
target/
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.versionsBackup
5+
pom.xml.next
6+
release.properties
7+
dependency-reduced-pom.xml
8+
buildNumber.properties
9+
.mvn/timing.properties
10+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
11+
.mvn/wrapper/maven-wrapper.jar
12+
13+
# Eclipse m2e generated files
14+
# Eclipse Core
615
.project
7-
.settings/
16+
# JDT-specific (Eclipse Java Development Tools)
17+
.classpath
18+
.metadata
819
bin/
9-
.myeclipse
20+
tmp/
21+
*.tmp
22+
*.bak
23+
*.swp
24+
*~.nib
25+
local.properties
26+
.settings/
27+
.loadpath
28+
.recommenders
29+
30+
# External tool builders
31+
.externalToolBuilders/
32+
33+
# Locally stored "Eclipse launch configurations"
34+
*.launch
35+
36+
# PyDev specific (Python IDE for Eclipse)
37+
*.pydevproject
38+
39+
# CDT-specific (C/C++ Development Tooling)
40+
.cproject
41+
42+
# CDT- autotools
43+
.autotools
44+
45+
# Java annotation processor (APT)
46+
.factorypath
47+
48+
# PDT-specific (PHP Development Tools)
49+
.buildpath
50+
51+
# sbteclipse plugin
52+
.target
53+
54+
# Tern plugin
55+
.tern-project
56+
57+
# TeXlipse plugin
58+
.texlipse
59+
60+
# STS (Spring Tool Suite)
61+
.springBeans
62+
63+
# Code Recommenders
64+
.recommenders/
65+
66+
# Annotation Processing
67+
.apt_generated/
68+
.apt_generated_test/
69+
70+
# Scala IDE specific (Scala & Java development for Eclipse)
71+
.cache-main
72+
.scala_dependencies
73+
.worksheet
74+
75+
# Uncomment this line if you wish to ignore the project description file.
76+
# Typically, this file would be tracked if it contains build/dependency configurations:
77+
#.project

0 commit comments

Comments
 (0)