Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ikidou committed Sep 24, 2016
1 parent 57555d7 commit f49c965
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 129 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ local.properties

.gradle

.idea/workspace.xml

.idea/gradle.xml

.idea/libraries
.idea

.Trash-*

*~

*.iml

*.iws

*.ipr
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 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.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Type type = TypeBuilder
#### Download
Get it from [JitPack repository](https://jitpack.io/#ikidou/TypeBuilder/1.0) use Gradle or Maven.
Download [JAR](https://jitpack.io/com/github/ikidou/TypeBuilder/1.0/TypeBuilder-1.0.jar) and
[Source](https://jitpack.io/com/github/ikidou/TypeBuilder/1.0/TypeBuilder-1.0-sources.jar)

[Source](https://jitpack.io/com/github/ikidou/TypeBuilder/1.0/TypeBuilder-1.0-sources.jar)


#### 有什么用
Expand Down
20 changes: 0 additions & 20 deletions TypeBuilder.iml

This file was deleted.

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

0 comments on commit f49c965

Please sign in to comment.