Skip to content

Commit 7e5b6de

Browse files
author
drankye
committed
Initial import project codes
1 parent c39f1cb commit 7e5b6de

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.gitignore

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
.idea/
2+
*.iml
13
*.class
2-
3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
10-
11-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12-
hs_err_pid*
4+
target/
5+
.settings/
6+
.metadata/
7+
*.classpath
8+
*.project
9+
bc.zip
10+
log.txt
11+
*.ipr
12+
*.iws

LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,4 @@ Apache License
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
202-
201+
limitations under the License.

0 commit comments

Comments
 (0)