Skip to content

Commit

Permalink
invalidate .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLYC committed Apr 2, 2019
1 parent 62c03b1 commit f5ce91b
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 169 deletions.
38 changes: 0 additions & 38 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

85 changes: 0 additions & 85 deletions .idea/markdown-navigator.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/markdown-navigator/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ImageLabelView
[![](https://jitpack.io/v/SirLYC/ImageLabelView.svg)](https://jitpack.io/#SirLYC/ImageLabelView)

[English](https://github.com/SirLYC/ImageLabelView/blob/master/README-zh.md)|[我的博客](https://juejin.im/user/592e23d3ac502e006c9afdd7)
[English](https://github.com/SirLYC/ImageLabelView/blob/master/README.md) | [我的博客](https://juejin.im/user/592e23d3ac502e006c9afdd7)

一款用于图片画框标注的工具。

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# ImageLabelView
[![](https://jitpack.io/v/SirLYC/ImageLabelView.svg)](https://jitpack.io/#SirLYC/ImageLabelView)

[简体中文](https://github.com/SirLYC/ImageLabelView/blob/master/README-zh.md)|[My Blog(Chinese)](https://juejin.im/user/592e23d3ac502e006c9afdd7)
[简体中文](https://github.com/SirLYC/ImageLabelView/blob/master/README-zh.md) | [My Blog(Chinese)](https://juejin.im/user/592e23d3ac502e006c9afdd7)

A view for data-labeling(a tool for machine learning).

[Chinese blog here.](https://juejin.im/post/5c9f57c251882567d41ebab6)

![1](https://github.com/SirLYC/ImageLabelView/blob/master/images/1.gif?raw=true)
![2](https://github.com/SirLYC/ImageLabelView/blob/master/images/2.gif?raw=true)

Expand Down
Empty file modified gradlew
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions imagelabel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "0.1.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit f5ce91b

Please sign in to comment.