Skip to content

Commit

Permalink
ignore file modify
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhihang committed May 5, 2019
1 parent 5b285fd commit cff643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
### Example user template template
### Example user template

# IntelliJ project files
.idea
*.iml
out
gen### Example user template template
### Example user template

# IntelliJ project files
.idea
*.iml
out
gen### Java template
# Compiled class file
*.class
Expand Down Expand Up @@ -60,3 +49,4 @@ gradle-app.setting
*.iml
out
gen
src/test/
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.liuzhihang.toolkit'
version '1.0-SNAPSHOT'
version '1.0.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit cff643e

Please sign in to comment.