update .gitignore
This commit is contained in:
parent
af48589cbf
commit
bb8e1578c4
|
@ -8,4 +8,6 @@ application-*.properties
|
|||
build/
|
||||
out/
|
||||
/.idea/
|
||||
gradle
|
||||
gradle/
|
||||
|
||||
git commit -m 'update .gitignore'
|
|
@ -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.
|
@ -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
|
Loading…
Reference in New Issue