update .gitignore

This commit is contained in:
wuy 2019-06-14 11:11:39 +08:00
parent af48589cbf
commit bb8e1578c4
5 changed files with 12 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

4
.gitignore vendored
View File

@ -8,4 +8,6 @@ application-*.properties
build/
out/
/.idea/
gradle
gradle/
git commit -m 'update .gitignore'

View File

@ -0,0 +1,9 @@
/**
* @author : wee
* @Description: todo
* @Date 2019-05-17 19:15
*/
public class MainTest {
public static void main(String[] args) {
}
}

Binary file not shown.

View File

@ -1,5 +0,0 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists